mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Fixed a syntax error.
This commit is contained in:
parent
b260b2a000
commit
d671e293c3
@ -1410,7 +1410,7 @@ void
|
||||
yyerror (msg)
|
||||
char *msg;
|
||||
{
|
||||
error (error (msg ? msg : "Invalid syntax in expression.");
|
||||
error (msg ? msg : "Invalid syntax in expression.");
|
||||
}
|
||||
|
||||
/* Table mapping opcodes into strings for printing operators
|
||||
|
Loading…
Reference in New Issue
Block a user