diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-04-08 12:16:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-04-08 12:16:47 -0400 |
commit | d3f943a9606e8d7b992ae3a999fc2c74962e1a0a (patch) | |
tree | 8c972260225c7104f26d9531676ba77b625c8bfa | |
parent | 9e1586c531456ad511342e82ffe1b2056c983c8d (diff) | |
download | stasis-order-of-battle.tar.gz |
Fix bad indentorder-of-battle
-rw-r--r-- | src/lib/core/utils.c | 2 |
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 |