mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 09:09:58 +02:00
Fix compile error on some gcc versions
This commit is contained in:
committed by
Stephen Williams
parent
28da79dcc3
commit
bdb900b25f
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user