1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2025-11-21 05:04:21 +00:00

Removed unreachable code

This commit is contained in:
llsth
2015-03-17 09:58:02 +01:00
parent f876c3429f
commit 9e91ea0295

1
tz.c
View File

@ -61,7 +61,6 @@ void ArgTimezone(const char *tz)
}
Fail(NULL, 0, "Unknown timezone. Try TIMEZONE=?");
exit(1);
}
void PrintTimeZones()