Mercurial > audlegacy-plugins
changeset 2899:130ab8a76ce6
fix compile again
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Wed, 13 Aug 2008 12:41:36 +0300 |
parents | 471b12137183 |
children | 36b68e7ad725 |
files | src/icecast/icecast.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;