Skip to content
Snippets Groups Projects
Commit fa19095e authored by Yorhel's avatar Yorhel
Browse files
parent 31126c65
No related branches found
No related tags found
No related merge requests found
...@@ -188,7 +188,7 @@ static void argv_parse(int argc, char **argv) { ...@@ -188,7 +188,7 @@ static void argv_parse(int argc, char **argv) {
break; break;
case 'c': case 'c':
if(strcmp(val, "off") == 0) { uic_theme = 0; } if(strcmp(val, "off") == 0) { uic_theme = 0; }
if(strcmp(val, "dark") == 0) { uic_theme = 1; } else if(strcmp(val, "dark") == 0) { uic_theme = 1; }
else { else {
fprintf(stderr, "Unknown --color option: %s\n", val); fprintf(stderr, "Unknown --color option: %s\n", val);
exit(1); exit(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment