diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/membuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/membuf.c b/src/helper/membuf.c index 29931f4e..e9e71a98 100644 --- a/src/helper/membuf.c +++ b/src/helper/membuf.c @@ -155,7 +155,7 @@ membuf_vsprintf( struct membuf *pBuf, const char *fmt, va_list ap ) grew = 0; - for(;;) { + for (;;) { sa = space_avail(pBuf); // do work |