pdf_jpeg.c

changeset 145
3ed3f7f32837
parent 139
ec2a06d8a2a6
child 147
090af3709920
     1.1 diff -r f2b7f70a965d -r 3ed3f7f32837 pdf_jpeg.c
     1.2 --- a/pdf_jpeg.c	Thu Mar 20 07:06:35 2003 +0000
     1.3 +++ b/pdf_jpeg.c	Thu Mar 20 07:44:53 2003 +0000
     1.4 @@ -2,7 +2,7 @@
     1.5   * tumble: build a PDF file from image files
     1.6   *
     1.7   * PDF routines
     1.8 - * $Id: pdf_jpeg.c,v 1.3 2003/03/19 07:39:55 eric Exp $
     1.9 + * $Id: pdf_jpeg.c,v 1.4 2003/03/19 23:44:53 eric Exp $
    1.10   * Copyright 2003 Eric Smith <eric@brouhaha.com>
    1.11   *
    1.12   * This program is free software; you can redistribute it and/or modify
    1.13 @@ -90,8 +90,6 @@
    1.14        if (ferror (image->f))
    1.15  	pdf_fatal ("error on input file\n");
    1.16      }
    1.17 -
    1.18 -  pdf_stream_printf (pdf_file, stream, "\r\n");
    1.19  }
    1.20  
    1.21