diff --git a/tools/nxstyle.c b/tools/nxstyle.c index 089a252f33e..a29774e3ca4 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -145,7 +145,7 @@ int main(int argc, char **argv, char **envp) * follow another with no space separation. */ - if (line[n] != '}' && line[n] != '#') + if (line[n] != '}' /* && line[n] != '#' */) { fprintf(stderr, "Missing blank line after comment line. Found at line %d\n",