aboutsummaryrefslogtreecommitdiff
path: root/freeramdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'freeramdisk.c')
-rw-r--r--freeramdisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freeramdisk.c b/freeramdisk.c
index 22fc3e643..567151455 100644
--- a/freeramdisk.c
+++ b/freeramdisk.c
@@ -51,7 +51,7 @@ freeramdisk_main(int argc, char **argv)
51 /* Don't bother closing. Exit does 51 /* Don't bother closing. Exit does
52 * that, so we can save a few bytes */ 52 * that, so we can save a few bytes */
53 /* close(f); */ 53 /* close(f); */
54 return(TRUE); 54 return EXIT_SUCCESS;
55} 55}
56 56
57/* 57/*