mirror of
https://github.com/simh/simh.git
synced 2026-03-01 17:36:49 +00:00
VIDEO: Avoid compiler warning when building without video support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user