summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/File.h
diff options
context:
space:
mode:
authorTycho <work.tycho+git@gmail.com>2014-03-14 14:11:49 +0100
committerTycho <work.tycho+git@gmail.com>2014-03-14 14:11:49 +0100
commitcd6ab5617cd7b26b13cfe26a950ca17fecefd550 (patch)
treed607161eb1a1c519e519aa1f32ee45dbcc3f587e /src/OSSupport/File.h
parentMerge branch 'master' into warnings (diff)
downloadcuberite-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.h2
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);