1
0
mirror of https://github.com/simh/simh.git synced 2026-01-14 07:39:29 +00:00

VIDEO: Avoid compiler warning when building without video support

This commit is contained in:
Mark Pizzolato 2015-09-17 14:52:49 -07:00
parent 23e552e9fc
commit 42403efd1f

View File

@ -1944,7 +1944,7 @@ fprintf (st, "video support unavailable");
return SCPE_OK;
}
t_stat vid_screenshot (char *filename)
t_stat vid_screenshot (const char *filename)
{
sim_printf ("video support unavailable\n");
return SCPE_NOFNC|SCPE_NOMESSAGE;