remove extra whitespace

This commit is contained in:
Daniel Micay 2012-05-24 15:14:52 -04:00
parent 9434b5cadd
commit e04b2e8638
1 changed files with 1 additions and 1 deletions

View File

@ -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"));