*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / scm-lang.c
index 30ca763c1da487d9bfd1cb60cb2f49acb0c0be2a..00d679730cd95bc39067397a14429409642f218d 100644 (file)
@@ -180,7 +180,7 @@ scm_lookup_name (char *str)
                       (struct symtab **) NULL);
   if (sym)
     return value_of_variable (sym, NULL);
-  error ("No symbol \"%s\" in current context.");
+  error ("No symbol \"%s\" in current context.", str);
 }
 
 struct value *
This page took 0.023259 seconds and 4 git commands to generate.