[xiph-commits] r12672 - trunk/ezstream/src

moritz at svn.xiph.org moritz at svn.xiph.org
Wed Mar 7 04:53:49 PST 2007


Author: moritz
Date: 2007-03-07 04:53:47 -0800 (Wed, 07 Mar 2007)
New Revision: 12672

Modified:
   trunk/ezstream/src/configfile.c
Log:
cosmetics


Modified: trunk/ezstream/src/configfile.c
===================================================================
--- trunk/ezstream/src/configfile.c	2007-03-07 06:07:37 UTC (rev 12671)
+++ trunk/ezstream/src/configfile.c	2007-03-07 12:53:47 UTC (rev 12672)
@@ -591,7 +591,7 @@
 		return (1);
 
 	freeConfig(&ezConfig);
-	printf("%s: %u configuration errors in %s\n", __progname,
+	printf("%s: %u configuration error(s) in %s\n", __progname,
 	       config_error, fileName);
 
 	return (0);



More information about the commits mailing list