]> Kevux Git Server - fll/commitdiff
Bugfix: Add missing return statement in Byte Dump function.
authorKevin Day <kevin@kevux.org>
Thu, 27 Jul 2023 04:03:03 +0000 (23:03 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 27 Jul 2023 04:03:03 +0000 (23:03 -0500)
level_3/byte_dump/c/main/print/data.c

index 916377112ef10c559163b6581096e373f5110332..070910cc8f922280d6b4ad21f10f0b9b26ec971c 100644 (file)
@@ -639,6 +639,8 @@ extern "C" {
     }
 
     fl_print_format(" %[%r%]%r", print->to, print->set->notable, byte_dump_character_wall_s, print->set->notable, f_string_eol_s);
+
+    return F_none;
   }
 #endif // _di_byte_dump_print_text_