chiark / gitweb /
put the newline in the right place
[disorder] / server / speaker.c
index 1cdbd288bed231c4f6705016aa615650bb17e56f..be783afd7c8958f43909720e59af1f3f6990ba81 100644 (file)
@@ -663,7 +663,6 @@ int main(int argc, char **argv) {
 #endif
 
   set_progname(argv);
-  mem_init(0);
   if(!setlocale(LC_CTYPE, "")) fatal(errno, "error calling setlocale");
   while((n = getopt_long(argc, argv, "hVc:dD", options, 0)) >= 0) {
     switch(n) {