]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Fixing main.c shadows
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 19:42:44 +0000 (20:42 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 19:42:44 +0000 (20:42 +0100)
main.c

diff --git a/main.c b/main.c
index 2078079ad6beb33c3a4629f2d61e24d3007c7a5c..3ebbcc981c779a97811cfc93b62bebf0e6617242 100644 (file)
--- a/main.c
+++ b/main.c
@@ -384,7 +384,6 @@ static bool options_parse(int argc, char **argv) {
         else
         {
             /* it's a QC filename */
-            argitem item;
             item.filename = argv[0];
             item.type     = TYPE_QC;
             vec_push(items, item);