summaryrefslogtreecommitdiffstats
path: root/src/GroupManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/GroupManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GroupManager.cpp b/src/GroupManager.cpp
index ba25d95ba..523697b07 100644
--- a/src/GroupManager.cpp
+++ b/src/GroupManager.cpp
@@ -104,7 +104,7 @@ bool cGroupManager::CheckUsers()
} // for itr - Split[]
} // for i - ini file keys
// Always return true for now, just but we can handle writefile fails later.
- return true
+ return true;
}
@@ -189,7 +189,7 @@ bool cGroupManager::LoadGroups()
}
}
// Always return true, we can handle writefile fails later.
- return true
+ return true;
}