mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 07:01:38 +01:00
Remove unnecessary if in init_from_environment().
This commit is contained in:
@@ -185,10 +185,6 @@ static void init_from_environment(void) {
|
||||
goto next;
|
||||
}
|
||||
|
||||
if (i == count) {
|
||||
break;
|
||||
}
|
||||
|
||||
/* Replace ',' to null-terminate number for atoi(). */
|
||||
*x = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user