diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index d2ac3c89219..7133013d885 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -149,8 +149,7 @@ register int td; * dolen - find the length of the * argument */ - if (argc > 2) - pbnum((argc > 2) ? strlen(argv[2]) : 0); + pbnum((argc > 2) ? strlen(argv[2]) : 0); break; case INCRTYPE: