1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-09-02 17:22:33 +00:00

Fix build for !curses

This commit is contained in:
Con Kolivas 2013-06-04 21:49:28 +10:00
parent 8ecf929944
commit dd5788762f

View File

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