nullfs icon indicating copy to clipboard operation
nullfs copied to clipboard

Avoid semicolons after functions

Open dkg opened this issue 3 years ago • 0 comments

(this is not permitted by ISO C)

This is a pedantic cleanup, avoiding this error message:

nul1fs.c:26:2: error: ISO C does not allow extra ‘;’ outside of a function [-Werror=pedantic]

dkg avatar Jul 12 '22 19:07 dkg