aboutsummaryrefslogtreecommitdiff
path: root/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'swaponoff.c')
-rw-r--r--swaponoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaponoff.c b/swaponoff.c
index 8a9134ca0..74f6ec36e 100644
--- a/swaponoff.c
+++ b/swaponoff.c
@@ -95,7 +95,7 @@ extern int swap_on_off_main(int argc, char **argv)
95 struct stat statBuf; 95 struct stat statBuf;
96 96
97 if (stat("/etc/fstab", &statBuf) < 0) 97 if (stat("/etc/fstab", &statBuf) < 0)
98 error_msg_and_die("/etc/fstab file missing\n"); 98 error_msg_and_die("/etc/fstab file missing");
99 } 99 }
100 do_em_all(); 100 do_em_all();
101 break; 101 break;