mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
removed \r at end of lines
svn path=/icecast/trunk/icecast/; revision=18655
This commit is contained in:
parent
6cbd28a057
commit
98935fcc6e
@ -34,10 +34,10 @@
|
|||||||
|
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
#define CATMODULE "auth_htpasswd"
|
#define CATMODULE "auth_htpasswd"
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static auth_result htpasswd_adduser (auth_t *auth, const char *username, const char *password);
|
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_deleteuser(auth_t *auth, const char *username);
|
||||||
|
10
src/main.c
10
src/main.c
@ -411,12 +411,12 @@ static void _ch_root_uid_setup(void)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32_SERVICE
|
#ifdef WIN32_SERVICE
|
||||||
int mainService(int argc, char **argv)
|
int mainService(int argc, char **argv)
|
||||||
#else
|
#else
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int res, ret;
|
int res, ret;
|
||||||
char filename[512];
|
char filename[512];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user