summaryrefslogtreecommitdiff
path: root/src/common/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r--src/common/settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp
index 16c2feeab..4666bd0a0 100644
--- a/src/common/settings.cpp
+++ b/src/common/settings.cpp
@@ -236,6 +236,8 @@ const char* TranslateCategory(Category category) {
236 return "Services"; 236 return "Services";
237 case Category::Paths: 237 case Category::Paths:
238 return "Paths"; 238 return "Paths";
239 case Category::Linux:
240 return "Linux";
239 case Category::MaxEnum: 241 case Category::MaxEnum:
240 break; 242 break;
241 } 243 }