1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-01-03 14:56:34 -05:00

coding style and typo correcion

svn path=/icecast/trunk/icecast/; revision=19266
This commit is contained in:
Philipp Schafft 2014-11-06 23:55:58 +00:00
parent 859c761cb6
commit 97454060eb

View File

@ -3,7 +3,7 @@
* This program is distributed under the GNU General Public License, version 2. * This program is distributed under the GNU General Public License, version 2.
* A copy of this license is included with this source. * A copy of this license is included with this source.
* *
* Copyright 2000-2004, Jack Moffitt <jack@xiph.org, * Copyright 2000-2004, Jack Moffitt <jack@xiph.org>,
* Michael Smith <msmith@xiph.org>, * Michael Smith <msmith@xiph.org>,
* oddsock <oddsock@xiph.org>, * oddsock <oddsock@xiph.org>,
* Karl Heyes <karl@xiph.org> * Karl Heyes <karl@xiph.org>
@ -31,8 +31,7 @@ struct _mount_proxy;
#define XMLSTR(str) ((xmlChar *)(str)) #define XMLSTR(str) ((xmlChar *)(str))
typedef struct ice_config_dir_tag typedef struct ice_config_dir_tag {
{
char *host; char *host;
int touch_interval; int touch_interval;
struct ice_config_dir_tag *next; struct ice_config_dir_tag *next;
@ -116,8 +115,7 @@ typedef struct _listener_t {
int ssl; int ssl;
} listener_t; } listener_t;
typedef struct ice_config_tag typedef struct ice_config_tag {
{
char *config_filename; char *config_filename;
char *location; char *location;
@ -220,6 +218,3 @@ void config_release_config(void);
ice_config_t *config_get_config_unlocked(void); ice_config_t *config_get_config_unlocked(void);
#endif /* __CFGFILE_H__ */ #endif /* __CFGFILE_H__ */