summaryrefslogtreecommitdiffstats
path: root/mbbsd/dark.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/dark.c')
-rw-r--r--mbbsd/dark.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/dark.c b/mbbsd/dark.c
index 4aa36349..95337a53 100644
--- a/mbbsd/dark.c
+++ b/mbbsd/dark.c
@@ -95,7 +95,7 @@ Is_move(sint y, sint x, sint ly, sint lx)
}
static void
-brd_rand()
+brd_rand(void)
{
sint y, x, index;
sint tem[32];
@@ -119,7 +119,7 @@ brd_rand()
}
static void
-brd_prints()
+brd_prints(void)
{
clear();
move(1, 0);
@@ -166,7 +166,7 @@ draw_line(sint y, sint f)
}
static void
-redraw()
+redraw(void)
{
sint i = 0;
for (; i < 4; i++)