When a line of text wraps to the next line, the character that caused the line to...
authorChris Maynard <Christopher.Maynard@GTECH.COM>
Thu, 26 Sep 2013 17:27:53 +0000 (17:27 -0000)
committerChris Maynard <Christopher.Maynard@GTECH.COM>
Thu, 26 Sep 2013 17:27:53 +0000 (17:27 -0000)
#BACKPORT(1.10,1.8)

svn path=/trunk/; revision=52221

ui/win32/print_win32.c

index 649430dd0da77431c89f1d179b5972eec9d0d50c..16e5fb2b02520575e7905be91de73392ed01a873 100644 (file)
@@ -1,4 +1,4 @@
-/* print_mswin.c
+/* print_win32.c
  * Printing support for MSWindows
  *
  * $Id$
@@ -250,7 +250,6 @@ static void print_file(const char *file_name, HDC hdc, int width, int height)
                 y_pos = Y_OFFSET;
                 y_cnt = 0;
             }
-            continue;
         }
 
         buf[cnt++] = ch;