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

format fix

svn path=/icecast/trunk/icecast/; revision=18797
This commit is contained in:
Philipp Schafft 2013-02-23 17:05:54 +00:00
parent a5163365a0
commit 2c3108387b

View File

@ -97,7 +97,7 @@ typedef struct _aliases {
int port;
char *bind_address;
struct _aliases *next;
}aliases;
} aliases;
typedef struct _listener_t {
struct _listener_t *next;