minor: fix compiler warning for extra ';'

personal/stbuehler/mod-csrf-old
Glenn Strauss 7 years ago
parent ccb1f02b83
commit 873eaf3f4a

@ -84,4 +84,4 @@ int main (void) {
/*
* stub functions (for linking)
*/
void fd_close_on_exec(int fd) { UNUSED(fd); };
void fd_close_on_exec(int fd) { UNUSED(fd); }

Loading…
Cancel
Save