aboutsummaryrefslogtreecommitdiff
path: root/fbset.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbset.c')
-rw-r--r--fbset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbset.c b/fbset.c
index de4c82425..0a84dce23 100644
--- a/fbset.c
+++ b/fbset.c
@@ -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}