Fix build with ENABLE_VIDEO_LOG

This fixes a copy & paste error.
This commit is contained in:
Lubomir Rintel
2022-09-14 13:15:34 +02:00
parent da33f5c0cc
commit 24e0cb3829

View File

@@ -252,7 +252,7 @@ static uint32_t cga_2_table[16];
static void (*blit_func)(int x, int y, int w, int h, int monitor_index);
#ifdef ENABLE_VIDEO_LOG
int sdl_do_log = ENABLE_VIDEO_LOG;
int video_do_log = ENABLE_VIDEO_LOG;
static void
video_log(const char *fmt, ...)