From 6d655be5df5a559253a3769f294a6255535ad3fd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 6 Sep 2006 19:02:46 +0000 Subject: removed a lot of trailing \n in bb_msg() calls. It is added automatically by function itself. --- libbb/xfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 4e407e45f..435379de2 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -109,7 +109,7 @@ FILE *xfopen(const char *path, const char *mode) int xopen(const char *pathname, int flags) { if (ENABLE_DEBUG && (flags & O_CREAT)) - bb_error_msg_and_die("xopen() with O_CREAT\n"); + bb_error_msg_and_die("xopen() with O_CREAT"); return xopen3(pathname, flags, 0777); } -- cgit v1.2.3