summaryrefslogtreecommitdiff
path: root/src/gpm-prefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpm-prefs.c')
-rw-r--r--src/gpm-prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-prefs.c b/src/gpm-prefs.c
index 8a1e26e..69848a2 100644
--- a/src/gpm-prefs.c
+++ b/src/gpm-prefs.c
@@ -71,7 +71,7 @@ main (int argc, char **argv)
gint status;
const GOptionEntry options[] = {
- { NULL}
+ { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
context = g_option_context_new (N_("MATE Power Preferences"));