summaryrefslogtreecommitdiff
path: root/games/hack/hack.track.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.track.c')
-rw-r--r--games/hack/hack.track.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.track.c b/games/hack/hack.track.c
index 57f9284a15a..a43ad10e0a6 100644
--- a/games/hack/hack.track.c
+++ b/games/hack/hack.track.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hack.track.c,v 1.5 2009/10/27 23:59:25 deraadt Exp $ */
+/* $OpenBSD: hack.track.c,v 1.6 2016/01/09 18:33:15 mestre Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -70,14 +70,14 @@ int utcnt = 0;
int utpnt = 0;
void
-initrack()
+initrack(void)
{
utcnt = utpnt = 0;
}
/* add to track */
void
-settrack()
+settrack(void)
{
if(utcnt < UTSZ) utcnt++;
if(utpnt == UTSZ) utpnt = 0;