diff options
Diffstat (limited to 'test/testframe.c')
-rw-r--r-- | test/testframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testframe.c b/test/testframe.c index 3411b95..b00bff0 100644 --- a/test/testframe.c +++ b/test/testframe.c @@ -173,7 +173,7 @@ void TestInfo(const char *ProgName) void TestParseCmdLine(int argc, char *argv[], int *Summary, int *CleanUp) { int CLLoop; /* Command Line Loop */ - int Loop, Loop1; + int Loop; for (CLLoop = 1; CLLoop < argc; CLLoop++) { if ((argc > CLLoop + 1) && ((HDstrcmp(argv[CLLoop], "-verbose") == 0) || |