diff --git a/termite.c b/termite.c index 6b82cda..74e7f1c 100644 --- a/termite.c +++ b/termite.c @@ -95,7 +95,7 @@ int main(int argc, char **argv) { if (argc > 1) { command_argv = &argv[1]; } else { -#if VTE_CHECK_VERSION (0, 28, 0) +#if VTE_CHECK_VERSION(0, 28, 0) default_argv[0] = vte_get_user_shell(); #else default_argv[0] = g_strdup(g_getenv("SHELL"));