about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/pbm/pbmtoln03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtoln03.c b/converter/pbm/pbmtoln03.c
index 007b8640..235429cd 100644
--- a/converter/pbm/pbmtoln03.c
+++ b/converter/pbm/pbmtoln03.c
@@ -259,7 +259,7 @@ main (int argc, char **argv) {
    convert (ifP, width, height, format) ;
 
    /* Terminate sixel data */
-   puts ("\033\\\n") ;
+   puts ("\033\\") ;
 
    /* If the program failed, it previously aborted with nonzero completion
       code, via various function calls.