aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2008-10-12 22:02:24 +0000
committerMax Horn2008-10-12 22:02:24 +0000
commit7cc871b84f1d6a8e74f10295ec3e9646410c0748 (patch)
tree36125798ca986e0e33f26f7b162e4465b7b6a735 /gui
parentca53370157fdb247aee9457433dd3f0828dcfb98 (diff)
downloadscummvm-rg350-7cc871b84f1d6a8e74f10295ec3e9646410c0748.tar.gz
scummvm-rg350-7cc871b84f1d6a8e74f10295ec3e9646410c0748.tar.bz2
scummvm-rg350-7cc871b84f1d6a8e74f10295ec3e9646410c0748.zip
cleanup
svn-id: r34782
Diffstat (limited to 'gui')
-rw-r--r--gui/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/debugger.cpp b/gui/debugger.cpp
index 87abe854be..8ec7949ab2 100644
--- a/gui/debugger.cpp
+++ b/gui/debugger.cpp
@@ -410,7 +410,7 @@ bool Debugger::Cmd_DebugFlagsList(int argc, const char **argv) {
DebugPrintf("Engine debug levels:\n");
DebugPrintf("--------------------\n");
- if (!debugLevels.size()) {
+ if (debugLevels.empty()) {
DebugPrintf("No engine debug levels\n");
return true;
}