minor: fix compiler warning for extra ';'
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…
Reference in New Issue