summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index 6a27f6d..9abc238 100644
--- a/setup.c
+++ b/setup.c
@@ -35,7 +35,6 @@ bool cText2SkinSetup::SetupParse(const char *Name, const char *Value) {
#endif
else if (strcmp(Name, "MaxCacheFill") == 0) MaxCacheFill = atoi(Value);
else return false;
-
return true;
}