diff options
Diffstat (limited to 'fbset.c')
-rw-r--r-- | fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -329,5 +329,5 @@ extern int fbset_main(int argc, char **argv) | |||
329 | /* Don't close the file, as exiting will take care of that */ | 329 | /* Don't close the file, as exiting will take care of that */ |
330 | /* close(fh); */ | 330 | /* close(fh); */ |
331 | 331 | ||
332 | exit (TRUE); | 332 | return (TRUE); |
333 | } | 333 | } |