forked from Imagelibrary/binutils-gdb
Fixed a syntax error.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user