diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index f428818..bea0463 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -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 |