cleanup
This commit is contained in:
		| @@ -292,8 +292,8 @@ int main(int argc, char **argv) | ||||
|             xArg++; | ||||
|             opts.serial = argv[xArg]; | ||||
|             if(opts.serial == NULL || !strcmp("",opts.serial)) { | ||||
|                 fputs("WARNING: --serial without value\n", stderr); | ||||
| 		return 1; | ||||
|                 fputs("--serial without value\n", stderr); | ||||
|                 return 1; | ||||
|             } | ||||
|         } else if(!strcmp(argv[xArg], "--daemon")) { | ||||
|             opts.daemon = true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user