summaryrefslogtreecommitdiffstats
path: root/src/render/Console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Console.cpp')
-rw-r--r--src/render/Console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Console.cpp b/src/render/Console.cpp
index 7f783264..d4940955 100644
--- a/src/render/Console.cpp
+++ b/src/render/Console.cpp
@@ -92,4 +92,4 @@ cprintf(char* format, ...)
va_copy(vl2, vl1);
vsprintf(s, format, vl1);
TheConsole.AddLine(s, 255, 255, 128);
-} \ No newline at end of file
+}