diff options
| author | mathieui <mathieui@mathieui.net> | 2016-01-21 21:16:51 +0100 |
|---|---|---|
| committer | mathieui <mathieui@mathieui.net> | 2016-01-21 21:16:51 +0100 |
| commit | 3e283ea9f17aa779832db065b2ecc4b19cf03e83 (patch) | |
| tree | a7e5db6d6550487db024bc9b7b5dd9fa96198aa4 /Source/Core/Common/FileUtil.h | |
| parent | 78aa398e7c09adc4fb9318a4c497e8fd1bcd58ba (diff) | |
More asterisks
Diffstat (limited to 'Source/Core/Common/FileUtil.h')
| -rw-r--r-- | Source/Core/Common/FileUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/FileUtil.h b/Source/Core/Common/FileUtil.h index 9ed318d1c9..13812c4747 100644 --- a/Source/Core/Common/FileUtil.h +++ b/Source/Core/Common/FileUtil.h @@ -82,7 +82,7 @@ u64 GetSize(const std::string &filename); u64 GetSize(const int fd); // Overloaded GetSize, accepts FILE* -u64 GetSize(FILE *f); +u64 GetSize(FILE* f); // Returns true if successful, or path already exists. bool CreateDir(const std::string &filename); |
