diff options
Diffstat (limited to 'utils/themeeditor')
| -rw-r--r-- | utils/themeeditor/tag_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/tag_table.c b/utils/themeeditor/tag_table.c index d03f244..6d82b47 100644 --- a/utils/themeeditor/tag_table.c +++ b/utils/themeeditor/tag_table.c @@ -22,7 +22,7 @@ #include "tag_table.h" #include <string.h> -#define BAR_PARAMS "*|IIIIN" +#define BAR_PARAMS "*|iiiiN" /* The tag definition table */ struct tag_info legal_tags[] = { |