scan-build fix: return ret from notcurses_render_to_file()

pull/821/head
nick black 4 years ago committed by Nick Black
parent 8ee7b3652c
commit 015dc544a6

@ -1021,7 +1021,7 @@ int notcurses_render_to_file(struct notcurses* nc, FILE* fp){
}
fclose(out);
free(rastered);
return 0;
return ret;
}

Loading…
Cancel
Save