ncneofetch: drop ending newline

pull/2122/head
nick black 3 years ago
parent 8802bf115e
commit 333c614120
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -657,10 +657,6 @@ ncneofetch(struct notcurses* nc){
free_fetched_info(&fi);
return -1;
}
if(printf("\n") < 0){
free_fetched_info(&fi);
return -1;
}
free_fetched_info(&fi);
return 0;
}

Loading…
Cancel
Save