diff options
Diffstat (limited to 'config/standard/e.src')
-rw-r--r-- | config/standard/e.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/standard/e.src b/config/standard/e.src index 2a8674a3f..70d560cee 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1785,7 +1785,7 @@ group "E_Config" struct { } group "modules" list { group "E_Config_Module" struct { - value "name" string: "comp"; + value "name" string: "conf_comp"; value "enabled" uchar: 1; value "delayed" uchar: 0; value "priority" int: -1000; |