From 86438b558aaeb758d8770144c9e2fe70fdc4ee8a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 11 May 2019 21:57:59 +0200 Subject: build: Fix minor compiler warnings --- src/replace-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/replace-table.c') diff --git a/src/replace-table.c b/src/replace-table.c index a36a83c..eb6ca3f 100644 --- a/src/replace-table.c +++ b/src/replace-table.c @@ -169,7 +169,7 @@ parse_function_args (const char *str, GPtrArray *a) { gboolean in_quotes; gboolean in_apos; - int i; + guint i; const char *str_start; in_quotes = FALSE; -- cgit v1.2.3