add missing newline to error message
This commit is contained in:
parent
2d30ac51c6
commit
ab76e301ed
|
@ -48,7 +48,7 @@ static GtkTreeModel *create_completion_model(VteTerminal *vte) {
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
|
|
||||||
if (!content) {
|
if (!content) {
|
||||||
g_printerr("no content returned for completion");
|
g_printerr("no content returned for completion\n");
|
||||||
return GTK_TREE_MODEL(store);
|
return GTK_TREE_MODEL(store);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue