diff options
author | Matt Kraai <kraai@debian.org> | 2001-01-31 19:00:21 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-01-31 19:00:21 +0000 |
commit | dd19c6990496023fe23fefef8f1798740f7d39c6 (patch) | |
tree | 3933adefa4171173db78fa2389146ac89f4edb86 /swaponoff.c | |
parent | 63ec2732454a0c973305794e185e488106f6b282 (diff) | |
download | busybox-w32-dd19c6990496023fe23fefef8f1798740f7d39c6.tar.gz busybox-w32-dd19c6990496023fe23fefef8f1798740f7d39c6.tar.bz2 busybox-w32-dd19c6990496023fe23fefef8f1798740f7d39c6.zip |
Removed trailing \n from error_msg{,_and_die} messages.
Diffstat (limited to 'swaponoff.c')
-rw-r--r-- | swaponoff.c | 2 |
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; |