[xiph-commits] r14033 - icecast/trunk/icecast/src
karl at svn.xiph.org
karl at svn.xiph.org
Sun Oct 21 19:57:56 PDT 2007
Author: karl
Date: 2007-10-21 19:57:56 -0700 (Sun, 21 Oct 2007)
New Revision: 14033
Modified:
icecast/trunk/icecast/src/auth_url.c
Log:
*sigh, missing ; at least the coverity list should be clear again
Modified: icecast/trunk/icecast/src/auth_url.c
===================================================================
--- icecast/trunk/icecast/src/auth_url.c 2007-10-22 02:52:16 UTC (rev 14032)
+++ icecast/trunk/icecast/src/auth_url.c 2007-10-22 02:57:56 UTC (rev 14033)
@@ -98,7 +98,7 @@
INFO0 ("Doing auth URL cleanup");
url = self->state;
- self->state = NULL
+ self->state = NULL;
curl_easy_cleanup (url->handle);
free (url->username);
free (url->password);
More information about the commits
mailing list