Fix one segfault on Arch.
1 files changed, 2 insertions(+), 1 deletions(-) M src/main.c
M src/main.c => src/main.c +2 -1
@@ 352,7 352,7 @@ struct page *referer = NULL; int use_espeak = 0; char *logpath = NULL; char *mimes = "text/html text/xml application/xml application/xhtml+xml text/plain"; char *mimes; FILE *fd_ssml = NULL; FILE *fd_links = NULL; @@ 424,6 424,7 @@ int main(int argc, char **argv) { SPDConnection *spd_conn = NULL; #endif GstElement *stt_pipeline = NULL; mimes = "text/html text/xml application/xml application/xhtml+xml text/plain"; int c; opterr = 0;