[Pkg-wmaker-commits] [wmbiff] 01/11: newline after error message
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:03:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_14
in repository wmbiff.
commit ab880ec7d38404c1fd14e3818539031139679d30
Author: bluehal <bluehal>
Date: Tue Jan 28 11:12:25 2003 +0000
newline after error message
---
wmbiff/wmbiff.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index de50a1b..a41e8fd 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.45 2003/01/19 13:13:04 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.46 2003/01/28 11:12:25 bluehal Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -222,7 +222,7 @@ static void parse_mbox_path(unsigned int item)
/* if found, execute */
if (paths[i].id != NULL) {
if (paths[i].creator((&mbox[item]), mbox[item].path) != 0) {
- DMA(DEBUG_ERROR, "creator for mailbox %u returned failure",
+ DMA(DEBUG_ERROR, "creator for mailbox %u returned failure\n",
item);
}
} else {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list