From a31451890791d61ba6ac004e03cbf287aee68100 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 21 Dec 2004 22:25:47 +0000 Subject: [PATCH] untabify --- gl2ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gl2ps.c b/gl2ps.c index 9a07228..a5a0070 100644 --- a/gl2ps.c +++ b/gl2ps.c @@ -1,4 +1,4 @@ -/* $Id: gl2ps.c,v 1.199 2004-12-21 03:43:17 geuzaine Exp $ */ +/* $Id: gl2ps.c,v 1.200 2004-12-21 22:25:47 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2004 Christophe Geuzaine <geuz@geuz.org> @@ -4484,7 +4484,7 @@ GL2PSDLL_API GLint gl2psBeginPage(const char *title, const char *producer, if(!gl2ps->viewport[2] || !gl2ps->viewport[3]){ gl2psMsg(GL2PS_ERROR, "Incorrect viewport (x=%d, y=%d, width=%d, height=%d)", gl2ps->viewport[0], gl2ps->viewport[1], - gl2ps->viewport[2], gl2ps->viewport[3]); + gl2ps->viewport[2], gl2ps->viewport[3]); gl2psFree(gl2ps); gl2ps = NULL; return GL2PS_ERROR; -- GitLab