Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
98935fcc
Commit
98935fcc
authored
Oct 12, 2012
by
Philipp Schafft
🦁
Browse files
removed \r at end of lines
svn path=/icecast/trunk/icecast/; revision=18655
parent
6cbd28a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/auth_htpasswd.c
View file @
98935fcc
...
...
@@ -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
);
...
...
src/main.c
View file @
98935fcc
...
...
@@ -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
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment