1.1 --- a/pdf_g4.c Thu Mar 13 07:59:10 2003 +0000 1.2 +++ b/pdf_g4.c Thu Mar 13 07:59:35 2003 +0000 1.3 @@ -4,7 +4,7 @@ 1.4 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.5 * 1.6 * PDF routines 1.7 - * $Id: pdf_g4.c,v 1.13 2003/03/12 22:56:57 eric Exp $ 1.8 + * $Id: pdf_g4.c,v 1.14 2003/03/12 23:59:35 eric Exp $ 1.9 * Copyright 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -78,6 +78,7 @@ 1.13 struct pdf_g4_image *image = app_data; 1.14 1.15 bitblt_write_g4 (image->bitmap, pdf_file->f); 1.16 + pdf_stream_printf (pdf_file, stream, "\r\n"); 1.17 } 1.18 1.19