summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/Common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/Common.cpp')
-rw-r--r--Source/Core/Common/Src/Common.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/Common.cpp b/Source/Core/Common/Src/Common.cpp
index d94eb0d805..751105cbb5 100644
--- a/Source/Core/Common/Src/Common.cpp
+++ b/Source/Core/Common/Src/Common.cpp
@@ -100,6 +100,7 @@ bool AskYesNo(const char* format, ...)
va_end(args);
return(retval);
}
+
// Standard implementation of logging - simply print to standard output.
// Programs are welcome to override this.
/*