]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/firework.c
ncurses 5.9 - patch 20130608
[ncurses.git] / test / firework.c
index 4da069b4cb207c0bd0a9a3054b646392bfae909d..27d8fdfa86685cda3a6d5e45afb09c8d56d2ed83 100644 (file)
@@ -26,7 +26,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: firework.c,v 1.28 2013/01/13 01:06:17 tom Exp $
+ * $Id: firework.c,v 1.29 2013/04/27 19:46:53 tom Exp $
  */
 #include <test.priv.h>
 
@@ -41,7 +41,7 @@ cleanup(void)
     endwin();
 }
 
-static RETSIGTYPE
+static void
 onsig(int n GCC_UNUSED)
 {
     cleanup();