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:
parent
23e552e9fc
commit
42403efd1f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user