summaryrefslogtreecommitdiff
path: root/zen/dst_hack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/dst_hack.cpp')
-rw-r--r--zen/dst_hack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/dst_hack.cpp b/zen/dst_hack.cpp
index ac5774d0..9fe3a550 100644
--- a/zen/dst_hack.cpp
+++ b/zen/dst_hack.cpp
@@ -85,7 +85,7 @@ bool dst::isFatDrive(const Zstring& fileName) //throw()
bool dst::isFatDrive(HANDLE hFile) //throw()
{
//dynamically load windows API function
- typedef BOOL (WINAPI *GetVolumeInformationByHandleWFunc)(HANDLE hFile,
+ typedef BOOL (WINAPI* GetVolumeInformationByHandleWFunc)(HANDLE hFile,
LPWSTR lpVolumeNameBuffer,
DWORD nVolumeNameSize,
LPDWORD lpVolumeSerialNumber,
bgstack15