Fix typo.
authorBen Pfaff <blp@gnu.org>
Sun, 31 Jul 2005 06:43:01 +0000 (06:43 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 31 Jul 2005 06:43:01 +0000 (06:43 +0000)
src/expressions/evaluate.c

index cfde2c1feb504f7d77042129705eaec295d61f7b..d5ee125ef769a76cf87f6ddf98e76d17bbb93ace 100644 (file)
@@ -290,7 +290,7 @@ expr_debug_print_postfix (const struct expression *e)
         case OP_string:
           fprintf (stderr, "s<%.*s>",
                    (int) op->string.length,
-                   op->string.string != NULL : op->string.string : "");
+                   op->string.string != NULL ? op->string.string : "");
           break;
         case OP_format:
           fprintf (stderr, "f<%s%d.%d>",