diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2019-05-11 21:57:59 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2019-05-11 21:57:59 +0200 |
| commit | 86438b558aaeb758d8770144c9e2fe70fdc4ee8a (patch) | |
| tree | 4593f7f3770031c6d1210b66c8a36b47a3bac7f4 /src/replace-table.c | |
| parent | 600ac3a0f00baf3cafec2ae95e02a494e5be91d7 (diff) | |
| download | cataract-86438b558aaeb758d8770144c9e2fe70fdc4ee8a.tar.xz | |
build: Fix minor compiler warnings
Diffstat (limited to 'src/replace-table.c')
| -rw-r--r-- | src/replace-table.c | 2 |
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; |
