From cb7ad315c1bfa36e40b1769d6a35a6d17de3c463 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 30 Oct 2018 16:14:52 +0000 Subject: Fix bug from earlier this month git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3407 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/pbm/pbmtoln03.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/pbm') 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. -- cgit 1.4.1