diff --git a/src/bin/edje/epp/cpplib.c b/src/bin/edje/epp/cpplib.c index 0d7bb5dd7a..0eb25e2b67 100644 --- a/src/bin/edje/epp/cpplib.c +++ b/src/bin/edje/epp/cpplib.c @@ -1019,7 +1019,7 @@ copy_rest_of_line(cpp_reader * pfile) break; case '/': nextc = PEEKC(); - if (nextc == '*' || (opts->cplusplus_comments && nextc == '*')) + if (nextc == '*' || opts->cplusplus_comments) goto scan_directive_token; break; case '\f':