summaryrefslogtreecommitdiff
path: root/usr.sbin/apm
diff options
context:
space:
mode:
authorgrant <grant@NetBSD.org>2002-07-20 08:40:16 +0000
committergrant <grant@NetBSD.org>2002-07-20 08:40:16 +0000
commiteda9e509bbc81a219a3513d91752daed839ec1fa (patch)
tree496800833a474ad8941f7b8c6ef39ab3ee28a682 /usr.sbin/apm
parent44a3eec3a094a8d840567635454c32d07d47c6d9 (diff)
sweep of errx/warnx, remove unnecessary trailing \n
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r--usr.sbin/apm/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index 97a61af048c..f3ef7ab4630 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: apm.c,v 1.12 2001/09/13 11:05:58 enami Exp $ */
+/* $NetBSD: apm.c,v 1.13 2002/07/20 08:40:17 grant Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -335,7 +335,7 @@ printval:
break;
}
} else
- errx(rval, "cannot get reply from APM daemon\n");
+ errx(rval, "cannot get reply from APM daemon");
exit(0);
}