mirror of
https://github.com/simh/simh.git
synced 2026-01-26 20:12:23 +00:00
Fixed missing void declaration
This commit is contained in:
@@ -2787,7 +2787,7 @@ errno = Status;
|
||||
return hVHD;
|
||||
}
|
||||
|
||||
static
|
||||
static void
|
||||
ExpandToFullPath (const char *szFileSpec,
|
||||
char *szFullFileSpecBuffer,
|
||||
size_t BufferSize)
|
||||
|
||||
Reference in New Issue
Block a user