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/cgg.c | |
| parent | 600ac3a0f00baf3cafec2ae95e02a494e5be91d7 (diff) | |
| download | cataract-86438b558aaeb758d8770144c9e2fe70fdc4ee8a.tar.xz | |
build: Fix minor compiler warnings
Diffstat (limited to 'src/cgg.c')
| -rw-r--r-- | src/cgg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ static int jobs = 0; /* * parse_cmd: parse commandline and fill global variable parameters */ -gboolean +static gboolean parse_cmd (int argc, char *argv[]) { static GOptionEntry entries[] = |
