Fix unreachable code.
This commit is contained in:
parent
7135038c71
commit
3453b074eb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user