2002-10-23 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / valops.c
index e91e231d131a8007a9f6c6737ef2ea3fb15ed862..b61355f68afb20f4419e12bfa3e259b6c55ffd10 100644 (file)
@@ -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;
     }
This page took 0.023035 seconds and 4 git commands to generate.