summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/TLpatches/patch-03-void-main
blob: 3ceb837a73405f0a29c10172922a810718867596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libs/gd/libgd-src/tests/xpm/bug00185.c b/libs/gd/libgd-src/tests/xpm/bug00185.c
index 3056ed950..37659d6a4 100644
--- a/libs/gd/libgd-src/tests/xpm/bug00185.c
+++ b/libs/gd/libgd-src/tests/xpm/bug00185.c
@@ -5,7 +5,7 @@
 
 /* To check memory leaks, run such as 'valgrind --leak-check=full ./bug00185' */
 int
-main()
+main(void)
 {
 	gdImagePtr im;
 	char *path;