aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/CliRunnable.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-05-13 00:15:21 +0200
committerSpp <none@none>2010-05-13 00:15:21 +0200
commita3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 (patch)
treeed9a57e9c72287b1544f39cfe1bff09492e2a2ce /src/trinitycore/CliRunnable.cpp
parent4a448eca37a5a5409d39d4036db3793cfa27edf8 (diff)
Some warning fix
Tab to spaces Remove trailing spaces --HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/CliRunnable.cpp')
-rw-r--r--src/trinitycore/CliRunnable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/CliRunnable.cpp b/src/trinitycore/CliRunnable.cpp
index 688b9556874..b39faf694db 100644
--- a/src/trinitycore/CliRunnable.cpp
+++ b/src/trinitycore/CliRunnable.cpp
@@ -375,7 +375,7 @@ void CliRunnable::run()
WorldDatabase.ThreadStart(); // let thread do safe mySQL requests
char commandbuf[256];
- bool canflush = true;
+
///- Display the list of available CLI functions then beep
sLog.outString("");
#if PLATFORM != WINDOWS