commit 64f01fd69cc25a7baedd76af3c70c46714832aa8 parent b6264d68231029556b3f4f2ad08a9da61c254d80 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 9 May 2019 16:50:16 +0200 Omit implicit return in the example program. Diffstat:
M | example/example.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/example/example.c b/example/example.c @@ -13,6 +13,4 @@ int main() { ansilove_savefile(&ctx, "example.png"); ansilove_clean(&ctx); - - return 0; }