diff options
Diffstat (limited to 'src/fmt.c')
-rw-r--r-- | src/fmt.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -113,7 +113,6 @@ struct fmt_sscanf_state { va_list ap; unsigned int flags; int width; - int precision; unsigned int modifier; unsigned int specifier; unsigned int base; |