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

removed \r at end of lines

svn path=/icecast/trunk/icecast/; revision=18655
This commit is contained in:
Philipp Schafft 2012-10-12 14:41:12 +00:00
parent 6cbd28a057
commit 98935fcc6e
2 changed files with 9 additions and 9 deletions

View File

@ -34,10 +34,10 @@
#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);

View File

@ -411,12 +411,12 @@ static void _ch_root_uid_setup(void)
}
#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];