1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

make use of const keyword in _fatal_error()

svn path=/icecast/trunk/icecast/; revision=18899
This commit is contained in:
Philipp Schafft 2013-04-02 11:51:47 +00:00
parent e0b6d1396d
commit c502c9cc27

View File

@ -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);