2008-09-07 15:54:43 +02:00
|
|
|
$NetBSD: patch-dtsdec,v 1.2 2008/09/07 13:54:43 wiz Exp $
|
2007-06-08 21:14:15 +02:00
|
|
|
|
2008-09-07 15:54:43 +02:00
|
|
|
--- src/dcadec.c.orig Mon Feb 23 23:30:49 2004
|
|
|
|
+++ src/dcadec.c Fri Jun 8 21:09:29 2007
|
2007-06-08 21:14:15 +02:00
|
|
|
@@ -65,7 +65,9 @@
|
|
|
|
{
|
|
|
|
sigint = 1;
|
|
|
|
signal (sig, SIG_DFL);
|
|
|
|
- return (RETSIGTYPE)0;
|
|
|
|
+ /* No return statement, since we cannot know whether the return
|
|
|
|
+ * type is "void" or "int".
|
|
|
|
+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
static void print_fps (int final)
|