summaryrefslogtreecommitdiff
path: root/src/pnm.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-15 23:02:40 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-15 23:02:40 +0100
commite77ec70c29e3db2777b9f625899ec51b4df15b5d (patch)
tree1bca9673572989b7d1562578457e41ec424b223e /src/pnm.c
parent0103847557f98b5a2958065c8e7ef9c0c424a249 (diff)
fix 16bit case
Diffstat (limited to 'src/pnm.c')
-rw-r--r--src/pnm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pnm.c b/src/pnm.c
index b2fa3c8..222e2ee 100644
--- a/src/pnm.c
+++ b/src/pnm.c
@@ -64,4 +64,3 @@ writePnmHeader(FILE *fp, const struct pnm *h) {
return 0;
}
-