summaryrefslogtreecommitdiff
path: root/examples/tgaread.c
diff options
context:
space:
mode:
authortabe <none@none>2013-02-11 12:12:41 +0900
committertabe <none@none>2013-02-11 12:12:41 +0900
commit7c51c9b06352a630e9b3c0cb7d23faf18c4b84f5 (patch)
tree48a68bd2682b7aecc9414f558e2d4b176dd8e792 /examples/tgaread.c
parent535eab566b4a412eef21347653fb98a48857d169 (diff)
downloadlibgd-7c51c9b06352a630e9b3c0cb7d23faf18c4b84f5.tar.gz
fix -Wreturn-type
Diffstat (limited to 'examples/tgaread.c')
-rw-r--r--examples/tgaread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tgaread.c b/examples/tgaread.c
index e5d6df0..1f7878d 100644
--- a/examples/tgaread.c
+++ b/examples/tgaread.c
@@ -49,4 +49,5 @@ int main()
fclose(fp);
gdImageDestroy(im);
}
+ return 0;
}