diff --git a/src/lindbergh/config_file.c b/src/lindbergh/config_file.c index e9e3142..6063d65 100644 --- a/src/lindbergh/config_file.c +++ b/src/lindbergh/config_file.c @@ -23,7 +23,6 @@ char *getConfigErrorString(ConfigStatus status) 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."; } static char *getNextToken(char *buffer, char *seperator, char **saveptr)