1
0
mirror of synced 2025-02-24 06:03:21 +01:00

Fix unreachable code.

This commit is contained in:
Rolel 2024-12-30 00:34:07 +01:00
parent 7135038c71
commit 3453b074eb

View File

@ -23,7 +23,6 @@ char *getConfigErrorString(ConfigStatus status)
default: default:
return "This config status enum doesn't have an error string associated."; return "This config status enum doesn't have an error string associated.";
} }
return "This config status enum doesn't have an error string associated.";
} }
static char *getNextToken(char *buffer, char *seperator, char **saveptr) static char *getNextToken(char *buffer, char *seperator, char **saveptr)