Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lml.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const static char *lml_tag_def[][4] = {
{"bwf", "\033[1;31m****\033[m", "", "****"},
};

#define LML_TAG_COUNT 31
#define LML_TAG_COUNT 32

static int lml_tag_name_len[LML_TAG_COUNT];
static int lml_ready = 0;
Expand Down