Fix macro spacing

This commit is contained in:
Dale Weiler 2012-04-28 18:56:44 -04:00
parent 3e7a8c0e78
commit 674ae4b7da

2
main.c
View file

@ -100,7 +100,7 @@ int main(int argc, char **argv) {
item.name = util_strdup(argv[1]); \
item.type = argtype; \
items_add(item); \
} \
} \
} while (0)
case 'c': { param_argument(0); break; } /* compile */