diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index e91e231..b61355f 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -3340,7 +3340,7 @@ value_of_local (const char *name, int complain) if (i <= 0) { if (complain) - error ("no args, no %s", name); + error ("no args, no '%s'", name); else return 0; } |