aboutsummaryrefslogtreecommitdiff
path: root/common/textconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/textconsole.cpp')
-rw-r--r--common/textconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/textconsole.cpp b/common/textconsole.cpp
index b959b8ec23..0d0b0aead9 100644
--- a/common/textconsole.cpp
+++ b/common/textconsole.cpp
@@ -162,7 +162,7 @@ void NORETURN_PRE error(const char *s, ...) {
#ifdef __PSP__
PspDebugTrace(false, "%s", buf_output); // write to file
#endif
-
+
// Finally exit. quit() will terminate the program if g_system is present
if (g_system)
g_system->quit();