summaryrefslogtreecommitdiff
path: root/src/gpm-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpm-main.c')
-rw-r--r--src/gpm-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-main.c b/src/gpm-main.c
index 4212f32..1dbf59a 100644
--- a/src/gpm-main.c
+++ b/src/gpm-main.c
@@ -172,7 +172,7 @@ main (int argc, char *argv[])
N_("Exit after a small delay (for debugging)"), NULL },
{ "immediate-exit", '\0', 0, G_OPTION_ARG_NONE, &immediate_exit,
N_("Exit after the manager has loaded (for debugging)"), NULL },
- { NULL}
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
setlocale (LC_ALL, "");