From 56b31f99df72a95ef7b761ff92e1d2788d9713f6 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 9 Oct 2023 18:11:21 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4739 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pmfileio.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/pmfileio.c') diff --git a/lib/pmfileio.c b/lib/pmfileio.c index 5d6d9bc1..65d61dff 100644 --- a/lib/pmfileio.c +++ b/lib/pmfileio.c @@ -1152,7 +1152,8 @@ pm_seek2(FILE * const fileP, void -pm_seek(FILE * const fileP, unsigned long filepos) { +pm_seek(FILE * const fileP, + unsigned long const filepos) { /*---------------------------------------------------------------------------- -----------------------------------------------------------------------------*/ @@ -1166,7 +1167,8 @@ pm_seek(FILE * const fileP, unsigned long filepos) { void -pm_nextimage(FILE * const file, int * const eofP) { +pm_nextimage(FILE * const file, + int * const eofP) { /*---------------------------------------------------------------------------- Position the file 'file' to the next image in the stream, assuming it is now positioned just after the current image. I.e. read off any white -- cgit 1.4.1