summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/gui/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gui/control.c b/tools/gui/control.c
index a5ef410..0d08893 100644
--- a/tools/gui/control.c
+++ b/tools/gui/control.c
@@ -538,7 +538,7 @@ main (int argc, char *argv[])
static GOptionEntry entries[] =
{
- { "mem-size", 'm', G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_INT, &mem_size, "Memory in megabytes to allocate for frame storage", "M" },
+ { "mem-size", 'm', 0, G_OPTION_ARG_INT, &mem_size, "Memory in megabytes to allocate for frame storage", "M" },
{ NULL }
};