diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | stdio-common/vfscanf.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2015-12-11 Steve Ellcey <sellcey@imgtec.com> + * stdio-common/vfscanf.c (_IO_vfscanf_internal): Fix indentation. + +2015-12-11 Steve Ellcey <sellcey@imgtec.com> + * stdlib/strtol_l.c (__strtol_l): Fix indentation. 2015-12-10 Aurelien Jarno <aurelien@aurel32.net> diff --git a/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index 1382eb5..1963c31 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -1711,7 +1711,7 @@ _IO_vfscanf_internal (_IO_FILE *s, const char *format, _IO_va_list argptr, /* The last thousands character will be added back by the char_buffer_add below. */ - --charbuf.current; + --charbuf.current; #endif } else |