summaryrefslogtreecommitdiffstats
path: root/tetris/screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tetris/screen.c')
-rw-r--r--tetris/screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/screen.c b/tetris/screen.c
index 61519997..787a09eb 100644
--- a/tetris/screen.c
+++ b/tetris/screen.c
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.c,v 1.20 2007/12/15 16:32:05 perry Exp $ */
+/* $NetBSD: screen.c,v 1.21 2007/12/15 19:44:43 perry Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -64,7 +64,7 @@ static struct termios oldtt;
static void (*tstp)(int);
static void scr_stop(int);
-static void stopset(int) __attribute__((__noreturn__));
+static void stopset(int) __dead;
/*