mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
scan-build fix: return ret from notcurses_render_to_file()
This commit is contained in:
parent
8ee7b3652c
commit
015dc544a6
@ -1021,7 +1021,7 @@ int notcurses_render_to_file(struct notcurses* nc, FILE* fp){
|
|||||||
}
|
}
|
||||||
fclose(out);
|
fclose(out);
|
||||||
free(rastered);
|
free(rastered);
|
||||||
return 0;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user