diff options
Diffstat (limited to 'mail/elm/patches/patch-src_screen.c')
-rw-r--r-- | mail/elm/patches/patch-src_screen.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/elm/patches/patch-src_screen.c b/mail/elm/patches/patch-src_screen.c new file mode 100644 index 00000000000..fb5d6a5a2d4 --- /dev/null +++ b/mail/elm/patches/patch-src_screen.c @@ -0,0 +1,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 **/ + |