From: Kevin Day Date: Fri, 28 Jul 2023 03:33:41 +0000 (-0500) Subject: Bugfix: Byte Dump program 6-space string has only 5 spaces. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3be5d357d7eede6085ffc474a772fd9dcd0703cc;p=fll Bugfix: Byte Dump program 6-space string has only 5 spaces. Add missing space. --- diff --git a/level_3/byte_dump/c/main/common/string.h b/level_3/byte_dump/c/main/common/string.h index df467f3..0cebe72 100644 --- a/level_3/byte_dump/c/main/common/string.h +++ b/level_3/byte_dump/c/main/common/string.h @@ -118,7 +118,7 @@ extern "C" { #define BYTE_DUMP_padding_3_s " " #define BYTE_DUMP_padding_4_s " " #define BYTE_DUMP_padding_5_s " " - #define BYTE_DUMP_padding_6_s " " + #define BYTE_DUMP_padding_6_s " " #define BYTE_DUMP_padding_8_s " " #define BYTE_DUMP_padding_9_s " "