summaryrefslogtreecommitdiff
path: root/games-action/geki2-KXL/files/geki2-KXL-2.0.3-clang.patch
blob: ff7f45fc09f39f6e92fcfe1066c85d66e71f9b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://bugs.gentoo.org/730848
--- a/src/ranking.c
+++ b/src/ranking.c
@@ -7,3 +7,3 @@
  **********************/
-int ScoreRanking(void)
+void ScoreRanking(void)
 {
--- a/src/ranking.h
+++ b/src/ranking.h
@@ -3,2 +3,3 @@
 
+void ScoreRanking(void);
 void RankingScore(void);