diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -472,7 +472,7 @@ main (int argc, char **argv) if (meta_args.client_id) g_free (meta_args.client_id); - if (!meta_display_open (NULL)) + if (!meta_display_open ()) meta_exit (META_EXIT_ERROR); { |