summaryrefslogtreecommitdiff
path: root/src/replace-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/replace-table.c')
-rw-r--r--src/replace-table.c2
1 files changed, 1 insertions, 1 deletions
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;