diff options
-rw-r--r-- | dquote_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dquote_static.c b/dquote_static.c index 4f839ee542..4ab05cf573 100644 --- a/dquote_static.c +++ b/dquote_static.c @@ -138,7 +138,7 @@ S_grok_bslash_o(pTHX_ const char *s, } /* Return past the '}' no matter what is inside the braces */ - *len = e - s + 2; /* 2 = 1 for the o + 1 for the '}' */ + *len = e - s + 2; /* 2 = 1 for the 'o' + 1 for the '}' */ s++; /* Point to first digit */ |