Fixing main.c shadows

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-22 20:42:44 +01:00
parent 968397da61
commit f6129ea4e4

1
main.c
View file

@ -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);