diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/lemon/lemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/lemon/lemon.c b/libraries/lemon/lemon.c index 8dca20c..d7179ad 100644 --- a/libraries/lemon/lemon.c +++ b/libraries/lemon/lemon.c | |||
@@ -83,7 +83,7 @@ static void lemon_addtext( | |||
83 | zBuf[*pnUsed] = 0; | 83 | zBuf[*pnUsed] = 0; |
84 | } | 84 | } |
85 | static int lemon_vsprintf(char *str, const char *zFormat, va_list ap){ | 85 | static int lemon_vsprintf(char *str, const char *zFormat, va_list ap){ |
86 | int i, j, k, c, size; | 86 | int i, j, k, c; |
87 | int nUsed = 0; | 87 | int nUsed = 0; |
88 | const char *z; | 88 | const char *z; |
89 | char zTemp[50]; | 89 | char zTemp[50]; |