# HG changeset patch # User Andrew O. Shadoura # Date 1218620496 -10800 # Node ID 130ab8a76ce6504871797459b2ea1f4634a81e7f # Parent 471b12137183d6fd414290b5bf72b5354ccde674 fix compile again diff -r 471b12137183 -r 130ab8a76ce6 src/icecast/icecast.c --- a/src/icecast/icecast.c Wed Aug 13 12:40:52 2008 +0300 +++ b/src/icecast/icecast.c Wed Aug 13 12:41:36 2008 +0300 @@ -79,7 +79,7 @@ static gchar *server_password = NULL; static gchar *mountpoint = NULL; -static gint *stream_is_public = 0; +static gint stream_is_public = 0; static gchar *stream_name = NULL; static gchar *stream_url = NULL; static gchar *stream_genre = NULL;