summaryrefslogtreecommitdiff
blob: 81a8432b87297ced9eda06fcab92f4048b6aaa71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://bugs.gentoo.org/show_bug.cgi?id=526118
http://bugs.cinelerra-cv.org/ticket/1005

Author: Bernd Feige 

--- guicast/pngtoh.c	2015-01-29 13:41:01 +0000
+++ guicast/pngtoh.c	2015-01-29 13:41:07 +0000
@@ -148,4 +148,6 @@
 		fprintf(out, "};\n\n#endif\n");
 		fclose(out);
 	}
+
+	return 0;
 }