about summary refs log tree commit diff
path: root/converter/pbm
diff options
context:
space:
mode:
Diffstat (limited to 'converter/pbm')
-rw-r--r--converter/pbm/pbmtocmuwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/pbm/pbmtocmuwm.c b/converter/pbm/pbmtocmuwm.c
index 773d988b..b384d941 100644
--- a/converter/pbm/pbmtocmuwm.c
+++ b/converter/pbm/pbmtocmuwm.c
@@ -24,7 +24,7 @@ static void
 putinit(unsigned int const rows,
         unsigned int const cols) {
 
-    const char * const initWriteError =
+    const char initWriteError[] =
         "CMU window manager header write error";
 
     int rc;