X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ffirework.c;h=27d8fdfa86685cda3a6d5e45afb09c8d56d2ed83;hp=4da069b4cb207c0bd0a9a3054b646392bfae909d;hb=e6f4ffe150c7d919792f29a70b4f031cfab5ef06;hpb=a1e63be290fce9e589bc57c9f753be09e8ac0cc7 diff --git a/test/firework.c b/test/firework.c index 4da069b4..27d8fdfa 100644 --- a/test/firework.c +++ b/test/firework.c @@ -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 @@ -41,7 +41,7 @@ cleanup(void) endwin(); } -static RETSIGTYPE +static void onsig(int n GCC_UNUSED) { cleanup();