diff --git a/gl2ps.c b/gl2ps.c index 7be0b2702897c534335bccdc1f3aaeadb4f8c595..bf4b62820f6e9a4b11cf740d1eb40403bee40eff 100644 --- a/gl2ps.c +++ b/gl2ps.c @@ -1,4 +1,4 @@ -/* $Id: gl2ps.c,v 1.151 2003-11-15 11:14:24 geuzaine Exp $ */ +/* $Id: gl2ps.c,v 1.152 2003-11-15 17:44:40 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2003 Christophe Geuzaine <geuz@geuz.org> @@ -1695,11 +1695,11 @@ void gl2psPrintPostScriptHeader(void){ #ifdef GL2PS_HAVE_ZLIB char tmp[10] = {'\x1f', '\x8b', /* magic numbers: 0x1f, 0x8b */ - 8, /* compression method: Z_DEFLATED */ - 0, /* flags */ - 0, 0, 0, 0, /* time */ - 2, /* extra flags: max compression */ - '\x03'}; /* OS code: 0x03 (Unix) */ + 8, /* compression method: Z_DEFLATED */ + 0, /* flags */ + 0, 0, 0, 0, /* time */ + 2, /* extra flags: max compression */ + '\x03'}; /* OS code: 0x03 (Unix) */ if(gl2ps->options & GL2PS_COMPRESS){ gl2psSetupCompress();