From 7427b461ed13f3e84f61a02f55ca04ff8f2d49ad Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Fri, 26 Oct 2007 21:01:30 +0000 Subject: Update Potrace to 1.8 (bzr r3965) --- src/trace/potrace/greymap.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/trace/potrace/greymap.cpp') diff --git a/src/trace/potrace/greymap.cpp b/src/trace/potrace/greymap.cpp index 7d46304cd..53c703aa4 100644 --- a/src/trace/potrace/greymap.cpp +++ b/src/trace/potrace/greymap.cpp @@ -1,5 +1,5 @@ -/* Copyright (C) 2001-2005 Peter Selinger. - This file is part of potrace. It is free software and it is covered +/* Copyright (C) 2001-2007 Peter Selinger. + This file is part of Potrace. It is free software and it is covered by the GNU General Public License. See the file COPYING for details. */ /* $Id$ */ @@ -442,7 +442,7 @@ static int bmp_readint(FILE *f, int n, unsigned int *p) { } /* reset padding boundary */ -static void bmp_pad_reset() { +static void bmp_pad_reset(void) { bmp_count = 0; } @@ -488,7 +488,7 @@ static int bmp_forward(FILE *f, int pos) { although most specifications only allow 1,4,8,24,32. We can also read both the old and new OS/2 BMP formats in addition to the Windows BMP format. */ -int gm_readbody_bmp(FILE *f, greymap_t **gmp) { +static int gm_readbody_bmp(FILE *f, greymap_t **gmp) { bmp_info_t bmpinfo; int *coltable; unsigned int b, c; -- cgit v1.2.3