aboutsummaryrefslogtreecommitdiff
path: root/filling.c
diff options
context:
space:
mode:
Diffstat (limited to 'filling.c')
-rw-r--r--filling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filling.c b/filling.c
index 6f775f4..7e71eb2 100644
--- a/filling.c
+++ b/filling.c
@@ -68,7 +68,7 @@
static unsigned char verbose;
-static void printv(char *fmt, ...) {
+static void printv(const char *fmt, ...) {
#ifndef PALM
if (verbose) {
va_list va;