summaryrefslogtreecommitdiff
path: root/fitzdraw
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@hotmail.com>2009-07-06 01:40:31 +0200
committerSebastian Rasmussen <sebras@hotmail.com>2009-07-06 01:40:31 +0200
commit270a50ae98b1efeee17ba745c4ccf0eba52a4a0c (patch)
tree5908b12ef05e137b8f49255a3e867cf47d869ad7 /fitzdraw
parent1f20476bfb0d4270fa54829e97623dac29f030c9 (diff)
downloadmupdf-270a50ae98b1efeee17ba745c4ccf0eba52a4a0c.tar.xz
Declare functions void if they take no arguments.
Diffstat (limited to 'fitzdraw')
-rw-r--r--fitzdraw/imageunpack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitzdraw/imageunpack.c b/fitzdraw/imageunpack.c
index d7238b5e..dd80ede7 100644
--- a/fitzdraw/imageunpack.c
+++ b/fitzdraw/imageunpack.c
@@ -98,7 +98,7 @@ static void decodetile(fz_pixmap *pix, int skip, float *decode)
static byte t1pad0[256][8];
static byte t1pad1[256][16];
-static void init1()
+static void init1(void)
{
static int inited = 0;
byte bits[1];