Fixed missing void declaration
This commit is contained in:
parent
77ce0c7ceb
commit
5da9566b43
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue