From 4bfc084c4974ecff94e273a7608ebc38f1c046ab Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 23 Sep 2005 17:39:14 +0000 Subject: * Applied ajax's cleanup patch git-svn-id: svn://svn.icculus.org/quake3/trunk@101 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/ui/ui_atoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/ui/ui_atoms.c') diff --git a/code/ui/ui_atoms.c b/code/ui/ui_atoms.c index 359fb31..f364986 100644 --- a/code/ui/ui_atoms.c +++ b/code/ui/ui_atoms.c @@ -180,7 +180,7 @@ void UI_LoadBestScores(const char *map, int game) { UI_ClearScores =============== */ -void UI_ClearScores() { +void UI_ClearScores(void) { char gameList[4096]; char *gameFile; int i, len, count, size; -- cgit v1.2.3