diff options
-rw-r--r-- | scripts/bin2sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bin2sql.c b/scripts/bin2sql.c index 5c8176d90..4f83dd3f2 100644 --- a/scripts/bin2sql.c +++ b/scripts/bin2sql.c @@ -6,7 +6,7 @@ */ int main(int argc, char *argv[]) { - int i, end = 0; + int end = 0; unsigned char byte; printf("X'"); |