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/setup.c | |
| parent | 600ac3a0f00baf3cafec2ae95e02a494e5be91d7 (diff) | |
| download | cataract-86438b558aaeb758d8770144c9e2fe70fdc4ee8a.tar.xz | |
build: Fix minor compiler warnings
Diffstat (limited to 'src/setup.c')
| -rw-r--r-- | src/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c index 9dedd77..266c36e 100644 --- a/src/setup.c +++ b/src/setup.c @@ -429,7 +429,7 @@ makeup_legacy_design (const gchar *filename) TImageSize *image_size; TGalleryDesignTheme *theme; gboolean squared_thumbs; - int i; + guint i; const gchar * image_sizes[3] = { "thumbnail", "preview", "original" }; xml = xml_parser_load (filename); |
