You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/geki3-KXL/files/geki3-KXL-1.0.3-clang.patch

15 lines
279 B

https://bugs.gentoo.org/730854
--- 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);