termiointernals: _codepoint_is_wordsep() is const

This commit is contained in:
Boris Faure 2020-05-20 00:02:56 +02:00
parent abdef9786c
commit 745b93e95b
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 0 deletions

View File

@ -624,6 +624,7 @@ end:
}
}
__attribute__((const))
static Eina_Bool
_codepoint_is_wordsep(const Eina_Unicode g)
{