diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-19 11:17:50 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-19 11:17:50 +0100 |
| commit | afcbe44a7cf454f3588a60180d93f65df9e5fcc7 (patch) | |
| tree | 7a3b94a9c9f7ef8cbd3062b26e31ef25b9d9a742 /src/format.h | |
| parent | 79a32360e76cb0739312e15299fc22941e51b64b (diff) | |
Add byte human readable formatting
Diffstat (limited to 'src/format.h')
| -rw-r--r-- | src/format.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format.h b/src/format.h index e5173de..d7f8976 100644 --- a/src/format.h +++ b/src/format.h @@ -18,8 +18,8 @@ typedef struct { typedef struct { format_pair_t option; - format_pair_t *prefixes; - format_pair_t *suffixes; + const format_pair_t *prefixes; + const format_pair_t *suffixes; } format_option_t; bool format_init(format_t *format, const char *string, char delim); |
