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; return hVHD;
} }
static static void
ExpandToFullPath (const char *szFileSpec, ExpandToFullPath (const char *szFileSpec,
char *szFullFileSpecBuffer, char *szFullFileSpecBuffer,
size_t BufferSize) size_t BufferSize)