diff options
Diffstat (limited to 'src/gpm-statistics.c')
-rw-r--r-- | src/gpm-statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c index 8df24cd..ae144cb 100644 --- a/src/gpm-statistics.c +++ b/src/gpm-statistics.c @@ -1207,7 +1207,7 @@ main (int argc, char *argv[]) { "device", '\0', 0, G_OPTION_ARG_STRING, &last_device, /* TRANSLATORS: show a device by default */ N_("Select this device at startup"), NULL }, - { NULL} + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; setlocale (LC_ALL, ""); |