summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 9b577addf7..29457c0fb3 100644
--- a/string.c
+++ b/string.c
@@ -6285,7 +6285,7 @@ str_undump(VALUE str)
break;
}
else {
- static const char force_encoding_suffix[] = ".force_encoding\(\"";
+ static const char force_encoding_suffix[] = ".force_encoding(\""; /* "\")" */
static const char dup_suffix[] = ".dup";
const char *encname;
int encidx;