[xiph-commits] r18899 - icecast/trunk/icecast/src

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Tue Apr 2 04:51:47 PDT 2013


Author: ph3-der-loewe
Date: 2013-04-02 04:51:47 -0700 (Tue, 02 Apr 2013)
New Revision: 18899

Modified:
   icecast/trunk/icecast/src/main.c
Log:
make use of const keyword in _fatal_error()

Modified: icecast/trunk/icecast/src/main.c
===================================================================
--- icecast/trunk/icecast/src/main.c	2013-04-02 11:48:40 UTC (rev 18898)
+++ icecast/trunk/icecast/src/main.c	2013-04-02 11:51:47 UTC (rev 18899)
@@ -76,7 +76,7 @@
 static int background;
 static char *pidfile = NULL;
 
-static void _fatal_error(char *perr)
+static void _fatal_error(const char *perr)
 {
 #ifdef WIN32_SERVICE
     MessageBox(NULL, perr, "Error", MB_SERVICE_NOTIFICATION);



More information about the commits mailing list