[xiph-commits] r18655 - icecast/trunk/icecast/src
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Fri Oct 12 07:41:12 PDT 2012
Author: ph3-der-loewe
Date: 2012-10-12 07:41:12 -0700 (Fri, 12 Oct 2012)
New Revision: 18655
Modified:
icecast/trunk/icecast/src/auth_htpasswd.c
icecast/trunk/icecast/src/main.c
Log:
removed \r at end of lines
Modified: icecast/trunk/icecast/src/auth_htpasswd.c
===================================================================
--- icecast/trunk/icecast/src/auth_htpasswd.c 2012-10-12 14:18:54 UTC (rev 18654)
+++ icecast/trunk/icecast/src/auth_htpasswd.c 2012-10-12 14:41:12 UTC (rev 18655)
@@ -34,11 +34,11 @@
#include "logging.h"
#define CATMODULE "auth_htpasswd"
-
-#ifdef WIN32
-#define snprintf _snprintf
-#endif
+#ifdef WIN32
+#define snprintf _snprintf
+#endif
+
static auth_result htpasswd_adduser (auth_t *auth, const char *username, const char *password);
static auth_result htpasswd_deleteuser(auth_t *auth, const char *username);
static auth_result htpasswd_userlist(auth_t *auth, xmlNodePtr srcnode);
Modified: icecast/trunk/icecast/src/main.c
===================================================================
--- icecast/trunk/icecast/src/main.c 2012-10-12 14:18:54 UTC (rev 18654)
+++ icecast/trunk/icecast/src/main.c 2012-10-12 14:41:12 UTC (rev 18655)
@@ -411,12 +411,12 @@
}
#endif
}
-
+
#ifdef WIN32_SERVICE
-int mainService(int argc, char **argv)
-#else
-int main(int argc, char **argv)
-#endif
+int mainService(int argc, char **argv)
+#else
+int main(int argc, char **argv)
+#endif
{
int res, ret;
char filename[512];
More information about the commits
mailing list