Browse Source

Fix build for !curses

nfactor-troky
Con Kolivas 12 years ago
parent
commit
dd5788762f
  1. 4
      cgminer.c

4
cgminer.c

@ -2220,6 +2220,10 @@ void wlogprint(const char *f, ...) @@ -2220,6 +2220,10 @@ void wlogprint(const char *f, ...)
unlock_curses();
}
}
#else
static void switch_logsize(void)
{
}
#endif
#ifdef HAVE_CURSES

Loading…
Cancel
Save