Remove "fix" call for "long long" from ARI
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index bec8dc8615719e64655176abf4434b0a8b06ab7f..9286259f4590529993dda20e709ffb8d5a6ee1e2 100644 (file)
@@ -2006,7 +2006,7 @@ static std::string
 quote (const char *str)
 {
   if (str != NULL)
-    return std::string (1, '\"') + str + '\"';
+    return std::string (1, '"') + str + '"';
   else
     return "<null>";
 }
This page took 0.035595 seconds and 4 git commands to generate.