1
0
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:
Mark Pizzolato
2011-04-18 16:23:23 -07:00
parent 77ce0c7ceb
commit 5da9566b43

View File

@@ -2787,7 +2787,7 @@ errno = Status;
return hVHD;
}
static
static void
ExpandToFullPath (const char *szFileSpec,
char *szFullFileSpecBuffer,
size_t BufferSize)