write a newline after G4 data.

Thu, 13 Mar 2003 07:59:35 +0000

author
eric
date
Thu, 13 Mar 2003 07:59:35 +0000
changeset 122
cdde8bcc17fe
parent 121
e50c7f76f2f6
child 123
7b5558607c49

write a newline after G4 data.

pdf_g4.c file | annotate | diff | revisions
     1.1 diff -r e50c7f76f2f6 -r cdde8bcc17fe pdf_g4.c
     1.2 --- a/pdf_g4.c	Thu Mar 13 07:59:10 2003 +0000
     1.3 +++ b/pdf_g4.c	Thu Mar 13 07:59:35 2003 +0000
     1.4 @@ -4,7 +4,7 @@
     1.5   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.6   *
     1.7   * PDF routines
     1.8 - * $Id: pdf_g4.c,v 1.13 2003/03/12 22:56:57 eric Exp $
     1.9 + * $Id: pdf_g4.c,v 1.14 2003/03/12 23:59:35 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 @@ -78,6 +78,7 @@
    1.14    struct pdf_g4_image *image = app_data;
    1.15  
    1.16    bitblt_write_g4 (image->bitmap, pdf_file->f);
    1.17 +  pdf_stream_printf (pdf_file, stream, "\r\n");
    1.18  }
    1.19  
    1.20