aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r--gdb/p-lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h
index 429ef23..eae73e1 100644
--- a/gdb/p-lang.h
+++ b/gdb/p-lang.h
@@ -116,7 +116,7 @@ public:
print_one_char (ch, stream, &in_quotes);
if (in_quotes)
- fputs_filtered ("'", stream);
+ gdb_puts ("'", stream);
}
/* See language.h. */