about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-26 03:42:09 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-08-26 03:42:09 +0000
commit43b88bd799f634ab9ec6ba36eed2b6d3743b275d (patch)
tree61541b9bfb241af4cf10def242880b14f256a51f /other
parent5b5c23568a141b188cb3148866a7c85d712bccd4 (diff)
downloadnetpbm-mirror-43b88bd799f634ab9ec6ba36eed2b6d3743b275d.tar.gz
netpbm-mirror-43b88bd799f634ab9ec6ba36eed2b6d3743b275d.tar.xz
netpbm-mirror-43b88bd799f634ab9ec6ba36eed2b6d3743b275d.zip
Remove formatting control from message
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3929 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pamdepth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/pamdepth.c b/other/pamdepth.c
index abe8aac7..cf7739f5 100644
--- a/other/pamdepth.c
+++ b/other/pamdepth.c
@@ -63,8 +63,8 @@ parseCommandLine(int argc, const char ** argv,
             pm_error("New maxval must be at least 1.  You specified %d",
                      intval);
         else if (intval > PNM_OVERALLMAXVAL)
-            pm_error("newmaxval (%d) is too large.\n"
-                     "The maximum allowed by the PNM formats is %d.",
+            pm_error("newmaxval (%d) is too large.  "
+                     "The maximum allowed by the PNM formats is %u.",
                      intval, PNM_OVERALLMAXVAL);
         else
             cmdlineP->newMaxval = intval;