1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +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();
}
}
#else
static void switch_logsize(void)
{
}
#endif
#ifdef HAVE_CURSES