diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index b438ec25f..780bd4566 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -451,7 +451,7 @@ const char *make_human_readable_str(unsigned long long size, | |||
451 | char *bin2hex(char *buf, const char *cp, int count); | 451 | char *bin2hex(char *buf, const char *cp, int count); |
452 | 452 | ||
453 | struct suffix_mult { | 453 | struct suffix_mult { |
454 | const char *suffix; | 454 | char suffix[4]; |
455 | unsigned mult; | 455 | unsigned mult; |
456 | }; | 456 | }; |
457 | #include "xatonum.h" | 457 | #include "xatonum.h" |