aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/core/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c
index b63b089..a9c9ea5 100644
--- a/src/lib/core/utils.c
+++ b/src/lib/core/utils.c
@@ -941,5 +941,5 @@ void debug_hexdump(char *data, int len) {
strcat(bytes, " ");
}
sprintf(output, "%s | %s | %s", addr, bytes, ascii);
- puts(output);
+ puts(output);
} \ No newline at end of file