X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=snprintf%2Fvfprintf.c;h=42ded30c3aad3958a60cdf15725228be111ee3c6;hb=a60af3a5ee5d990c867ef190acfa81c180301ea2;hp=4ac63c3c9238dfa188164076d5e9037cfd3c3734;hpb=6b32a5c3984c2f26d78a6776c093d4f0924e05fc;p=lttng-ust.git diff --git a/snprintf/vfprintf.c b/snprintf/vfprintf.c index 4ac63c3c..42ded30c 100644 --- a/snprintf/vfprintf.c +++ b/snprintf/vfprintf.c @@ -1351,7 +1351,7 @@ __grow_type_table(unsigned char **typetable, int *tablesize) return (0); } - + #ifdef FLOATING_POINT static int exponent(char *p0, int exp, int fmtch)