--- uae/src/ncurses.c 2018/04/24 17:05:27 1.1.1.7 +++ uae/src/ncurses.c 2018/04/24 17:18:16 1.1.1.9 @@ -21,7 +21,6 @@ /****************************************************************************/ -#include "config.h" #include "options.h" #include "threaddep/thread.h" #include "uae.h" @@ -465,7 +464,7 @@ int graphics_init(void) init_colors(); curses_init(); - write_log("Using %s.\n",longname()); + write_log ("Using %s.\n",longname()); if (debugging) curses_exit (); @@ -498,7 +497,7 @@ int graphics_init(void) break; } if(!gfxvidinfo.bufmem) { - write_log("Not enough memory.\n"); + write_log ("Not enough memory.\n"); return 0; }