mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
Remove duplicate code in init_from_environment().
This commit is contained in:
@@ -124,8 +124,7 @@ static void init_from_environment(void) {
|
||||
}
|
||||
/* ',' at the beginning or double ',' - ignore. */
|
||||
if (x == last) {
|
||||
last = x + 1;
|
||||
continue;
|
||||
goto next;
|
||||
}
|
||||
|
||||
if (i == count) {
|
||||
|
||||
Reference in New Issue
Block a user