minor: fix compiler warning for extra ';'

personal/stbuehler/mod-csrf-old
Glenn Strauss 2016-05-07 02:46:49 -04:00
parent ccb1f02b83
commit 873eaf3f4a
1 changed files with 1 additions and 1 deletions

View File

@ -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); }