summaryrefslogtreecommitdiff
path: root/src/mate-screensaver-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mate-screensaver-command.c')
-rw-r--r--src/mate-screensaver-command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mate-screensaver-command.c b/src/mate-screensaver-command.c
index 77cfd27..a233ebe 100644
--- a/src/mate-screensaver-command.c
+++ b/src/mate-screensaver-command.c
@@ -1,6 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2004-2006 William Jon McCann <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -107,7 +108,7 @@ static GOptionEntry entries [] =
"version", 'V', 0, G_OPTION_ARG_NONE, &do_version,
N_("Version of this application"), NULL
},
- { NULL }
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
static GMainLoop *loop = NULL;