error message should end in newline

This commit is contained in:
Simon Gomizelj 2014-02-25 21:16:56 -05:00
parent 95343b1e3f
commit 343140c8db
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ static void open_selection(char *browser, VteTerminal *vte) {
}
g_free(selection);
} else {
g_printerr("no browser to open url");
g_printerr("no browser to open url\n");
}
}