Index: asm_conf.h =================================================================== --- asm_conf.h (revision 25128) +++ asm_conf.h (revision 25129) @@ -4,8 +4,8 @@ #include "conf.h" typedef struct { - const struct plugins { - const struct asm1 { + const struct { + const struct { CFT_STRING group_template; /* asm template that determines grouping (parts resulting in the same string will be puit in the same group) */ CFT_STRING sort_template; /* asm template that determines order of groups and parts within groups */ } asm1;