diff options
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index 217357f3b..17aacd499 100644 --- a/src/paste.c +++ b/src/paste.c @@ -145,7 +145,7 @@ collapse_escapes (char const *strptr) } } - done:; + done: delim_end = strout; return backslash_at_end ? 1 : 0; |