EmojiCompletion: Avoid another un/signed warning

The cherry-pick missed this, I guess.
This commit is contained in:
Daniel Boles 2018-06-20 20:51:50 +01:00
parent f7ebff6aea
commit c6fa3c446c

View File

@ -434,7 +434,7 @@ get_text (GVariant *emoji_data,
gsize length)
{
GVariant *codes;
int i;
gsize i;
char *p;
p = text;