summaryrefslogtreecommitdiff
path: root/typing-break/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'typing-break/main.c')
-rw-r--r--typing-break/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing-break/main.c b/typing-break/main.c
index c018f820..9e9f4685 100644
--- a/typing-break/main.c
+++ b/typing-break/main.c
@@ -62,7 +62,7 @@ main (int argc, char *argv[])
N_("Enable debugging code"), NULL },
{ "no-check", 'n', 0, G_OPTION_ARG_NONE, &no_check,
N_("Don't check whether the notification area exists"), NULL },
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
GOptionContext *option_context;
GError *error = NULL;