summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--library/global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/global.cpp b/library/global.cpp
index 5a28595..4f1cc38 100644
--- a/library/global.cpp
+++ b/library/global.cpp
@@ -63,5 +63,5 @@ namespace {
if( (*it).startsWith("autocheck = 0" ) ){
- return true;
- }else if( (*it).startsWith("autocheck = 1" ) ){
return false;
+ }else if( (*it).startsWith("autocheck = 1" ) ){
+ return true;
}