From ba5e903735bf8947aef8a7be69b35099b7614cc1 Mon Sep 17 00:00:00 2001 From: oddsock Date: Tue, 31 Dec 2002 20:15:03 +0000 Subject: [PATCH] those darn EOL chars svn path=/trunk/icecast/; revision=4196 --- src/format.c | 10 +++++----- src/format_mp3.c | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/format.c b/src/format.c index 5a75c81e..0ad1a060 100644 --- a/src/format.c +++ b/src/format.c @@ -20,11 +20,11 @@ #include "log.h" #include "logging.h" #define CATMODULE "format" - -#ifdef WIN32 -#define strcasecmp stricmp -#define strncasecmp strnicmp -#endif + +#ifdef WIN32 +#define strcasecmp stricmp +#define strncasecmp strnicmp +#endif format_type_t format_get_type(char *contenttype) { diff --git a/src/format_mp3.c b/src/format_mp3.c index 28583a0b..1bc18960 100644 --- a/src/format_mp3.c +++ b/src/format_mp3.c @@ -43,10 +43,10 @@ typedef struct { int metadata_age; int metadata_offset; } mp3_client_data; - -#ifdef WIN32 -#define alloca _alloca -#endif + +#ifdef WIN32 +#define alloca _alloca +#endif format_plugin_t *format_mp3_get_plugin(void) {