diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-14 14:11:49 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-14 14:11:49 +0100 |
commit | cd6ab5617cd7b26b13cfe26a950ca17fecefd550 (patch) | |
tree | d607161eb1a1c519e519aa1f32ee45dbcc3f587e /src/OSSupport/File.h | |
parent | Merge branch 'master' into warnings (diff) | |
download | cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar.gz cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar.bz2 cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar.lz cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar.xz cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.tar.zst cuberite-cd6ab5617cd7b26b13cfe26a950ca17fecefd550.zip |
Diffstat (limited to 'src/OSSupport/File.h')
-rw-r--r-- | src/OSSupport/File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/File.h b/src/OSSupport/File.h index e229035b7..b394c5cb9 100644 --- a/src/OSSupport/File.h +++ b/src/OSSupport/File.h @@ -131,7 +131,7 @@ public: /** Returns the list of all items in the specified folder (files, folders, nix pipes, whatever's there). */ static AStringVector GetFolderContents(const AString & a_Folder); // Exported in ManualBindings.cpp - int Printf(const char * a_Fmt, ...) FORMATSTRING(2,3); + int Printf(const char * a_Fmt, ...) FORMATSTRING(2, 3); /** Flushes all the bufferef output into the file (only when writing) */ void Flush(void); |