From 8f36e6816b5d5bd968f28e3c0acb269560d2796f Mon Sep 17 00:00:00 2001 From: louie Date: Sat, 11 Jul 2020 17:08:41 -0700 Subject: Added hiding of empty groups --- read_cfg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'read_cfg.c') diff --git a/read_cfg.c b/read_cfg.c index 52eb26c..c97b62c 100644 --- a/read_cfg.c +++ b/read_cfg.c @@ -134,7 +134,6 @@ void check_line(char *buffer){ else printf("Error: Unknown Compatability Mode Argument \"%s\"\n", args[1]); } - //TODO fix this so it can give an error that it doesn't recognize args[0] else{ //remaining possibilities involve args[1] being a char* referring to a group g = get_groups(); -- cgit