Fix compile error on some gcc versions

This commit is contained in:
Holger Waechtler
2007-12-03 14:27:53 -08:00
committed by Stephen Williams
parent 28da79dcc3
commit bdb900b25f
+1 -1
View File
@@ -353,7 +353,7 @@ static void cmd_unknown(unsigned, char*argv[])
"of available commands.\n");
}
struct {
struct cmd_table {
const char*name;
void (*proc)(unsigned argc, char*argv[]);
const char*summary;