about summary refs log tree commit diff
path: root/editor/pnmremap.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmremap.c')
-rw-r--r--editor/pnmremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmremap.c b/editor/pnmremap.c
index 5de82a60..5b58addb 100644
--- a/editor/pnmremap.c
+++ b/editor/pnmremap.c
@@ -764,7 +764,7 @@ mapTuple(struct pam *            const pamP,
     if (colormapIndex == -1) {
         *missingP = TRUE;
 
-        assert(defaultColor);  // Otherwise, lookup would have succeeded
+        assert(defaultColor);  /* Otherwise, lookup would have succeeded */
 
         pnm_assigntuple(pamP, outTuple, defaultColor);
     } else {