diff options
Diffstat (limited to 'vasprintf.c')
-rw-r--r-- | vasprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vasprintf.c b/vasprintf.c index e10f47722..63612ea03 100644 --- a/vasprintf.c +++ b/vasprintf.c @@ -260,7 +260,7 @@ parse_arg_type (const char *format, struct printf_spec *specinfo) } case 'q': ++format; -#if defined(HAVE_QUAD_T) && !defined(NO_LIBC_PRINTF_Q) +#if defined(HAVE_QUAD_T) && !defined(NO_LIBC_PRINTF_Q) specinfo->arg_type = QUAD_ARG; #else specinfo->arg_type = UNSUPPORTED; |