From 5848e473e81ed2b48924b331d60feee5f21a1916 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 2 Jul 2008 08:16:43 +0000 Subject: [PATCH] fixed another compiler warning --- scripts/bin2sql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'");