blob: fb5d6a5a2d4564da62604041d68b5cadef7a80d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-src_screen.c,v 1.1 2013/02/26 11:08:17 joerg Exp $
--- src/screen.c.orig 2013-02-25 16:42:10.000000000 +0000
+++ src/screen.c
@@ -252,7 +252,7 @@ show_headers()
return(TRUE);
}
-show_current()
+void show_current(void)
{
/** Show the new header, with all the usual checks **/
|