From cbd3faad999bfc47dd9d987201ee44aaebc1f556 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 16 Dec 2002 23:29:59 +0000 Subject: https://sourceforge.net/tracker/index.php?func=detail&aid=652577&group_id=9655&atid=109655 CVS patchset: 3566 CVS date: 2002/12/16 23:29:59 --- src/input/pnm.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/pnm.c b/src/input/pnm.c index dff3650a3..d24008a4f 100644 --- a/src/input/pnm.c +++ b/src/input/pnm.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.c,v 1.4 2002/12/16 21:50:54 holstsn Exp $ + * $Id: pnm.c,v 1.5 2002/12/16 23:29:59 miguelfreitas Exp $ * * pnm protocol implementation * based upon code from joschka @@ -34,7 +34,8 @@ #include #include #include -#include +#include +#include #include "pnm.h" #include "libreal/rmff.h" @@ -554,6 +555,8 @@ static int pnm_get_headers(pnm_t *p) { rmff_dump_header(h, p->header, HEADER_SIZE); */ p->header_len=size; + + return 1; } /* -- cgit v1.2.3