diff options
-rw-r--r-- | maximus/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maximus/main.c b/maximus/main.c index 89ea7ab..ee5c760 100644 --- a/maximus/main.c +++ b/maximus/main.c @@ -55,7 +55,7 @@ GOptionEntry entries[] = "Do not automatically maximize every window", NULL }, { - NULL + NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; |