summaryrefslogtreecommitdiff
path: root/src/cgg.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2019-05-11 21:57:59 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2019-05-11 21:57:59 +0200
commit86438b558aaeb758d8770144c9e2fe70fdc4ee8a (patch)
tree4593f7f3770031c6d1210b66c8a36b47a3bac7f4 /src/cgg.c
parent600ac3a0f00baf3cafec2ae95e02a494e5be91d7 (diff)
downloadcataract-86438b558aaeb758d8770144c9e2fe70fdc4ee8a.tar.xz
build: Fix minor compiler warnings
Diffstat (limited to 'src/cgg.c')
-rw-r--r--src/cgg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgg.c b/src/cgg.c
index 13a7389..c6ff3dc 100644
--- a/src/cgg.c
+++ b/src/cgg.c
@@ -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[] =