Forgot to initialize variable

This commit is contained in:
Simon Gomizelj 2012-06-19 18:55:56 -04:00
parent 422dae672c
commit 86ecb024a4
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ int main(int argc, char **argv) {
GError *error = NULL;
const char *term = "vte-256color";
gboolean dynamic_title = FALSE, urgent_on_bell = FALSE, clickable_url = FALSE;
gboolean version;
gboolean version = FALSE;
GOptionContext *context = g_option_context_new(NULL);
char *role = NULL, *geometry = NULL, *execute = NULL;