Fix redeclaration

This commit is contained in:
Andrew Pamment 2017-04-19 15:37:48 +10:00
parent cc5c1aad1f
commit 62dcaf30d1

View File

@ -72,7 +72,6 @@ int menu_system(char *menufile) {
int result;
int doquit = 0;
char c;
struct stat s;
if (menufile[0] == '/') {
snprintf(buffer, PATH_MAX, "%s.mnu", menufile);