From f6129ea4e445360ead1f98c2b559de8149e609bb Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Thu, 22 Nov 2012 20:42:44 +0100 Subject: [PATCH] Fixing main.c shadows --- main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main.c b/main.c index 2078079..3ebbcc9 100644 --- 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); -- 2.39.2