Skip to content

Commit d3c5afb

Browse files
committed
cleanup
1 parent e56411d commit d3c5afb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/kkniffel.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ const char *rownames[] = {"einer", "zweier", "dreier", "vierer", "fuenfer",
4545
char numPlayers;
4646
char namelength;
4747

48-
void clearLower()
48+
49+
void clearLower(void)
4950
{
5051
gotoxy(0, 24);
5152
cputs(" ");
@@ -59,7 +60,7 @@ void centerLower(char *msg)
5960
gotoxy(0, 0);
6061
}
6162

62-
void clearbuf()
63+
void clearbuf(void)
6364
{
6465
while (kbhit())
6566
cgetc();

0 commit comments

Comments
 (0)