Fix prototype warning in libs/file

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3692 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-09-07 18:07:26 +00:00
parent f7546d3b30
commit 9f1fc6f6d1
+1 -1
View File
@@ -656,7 +656,7 @@ err:
// This code is only needed if we have a current working directory // This code is only needed if we have a current working directory
// per drive. // per drive.
// letter is 0 based: 0 = A, 1 = B, ... // letter is 0 based: 0 = A, 1 = B, ...
bool static bool
driveLetterExists(int letter) driveLetterExists(int letter)
{ {
unsigned long drives; unsigned long drives;