This commit is contained in:
Johanne Schock 2020-03-08 20:12:06 +01:00 committed by patacongo
parent b324596bac
commit 46b8347217

View File

@ -715,7 +715,7 @@ int main(int argc, char **argv, char **envp)
* preceding line has no comment. * preceding line has no comment.
*/ */
if (line[n] != '}' && line[n] != '#' && !prevrhcmt) if (line[n] != '}' && line[n] != '#' && prevrhcmt == 0)
{ {
ERROR("Missing blank line after comment", comment_lineno, ERROR("Missing blank line after comment", comment_lineno,
1); 1);