Rocco Rutte:
[apps/madmutt.git] / lib / exit.c
index fb46b82..13be19d 100644 (file)
@@ -7,11 +7,11 @@
 #include "intl.h"
 
 /* XXX remove after modularization*/
-extern void mutt_endwin (void*);
+/*extern void mutt_endwin (void*);*/
 
 void exit_fatal (const char* func, const char* msg, int line, 
                  const char* fname, int code) {
-  mutt_endwin (NULL);
+/*  mutt_endwin (NULL);*/
   fprintf (stderr, _("Fatal error in function '%s' called from "
                      "file '%s', line '%d': %s\n"
                      "(please report this error to "