X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=snprintf%2Fvfprintf.c;h=42ded30c3aad3958a60cdf15725228be111ee3c6;hb=2df82195d140b39c40abfb43d526804a9d14d3da;hp=4ac63c3c9238dfa188164076d5e9037cfd3c3734;hpb=9f18918b747c4787f291fdcdd67bb1f21ee8efce;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)