1.1 --- a/pdf_jpeg.c Thu Mar 20 07:06:35 2003 +0000 1.2 +++ b/pdf_jpeg.c Thu Mar 20 07:44:53 2003 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 * tumble: build a PDF file from image files 1.5 * 1.6 * PDF routines 1.7 - * $Id: pdf_jpeg.c,v 1.3 2003/03/19 07:39:55 eric Exp $ 1.8 + * $Id: pdf_jpeg.c,v 1.4 2003/03/19 23:44:53 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 @@ -90,8 +90,6 @@ 1.13 if (ferror (image->f)) 1.14 pdf_fatal ("error on input file\n"); 1.15 } 1.16 - 1.17 - pdf_stream_printf (pdf_file, stream, "\r\n"); 1.18 } 1.19 1.20