summaryrefslogtreecommitdiff
path: root/audio/libdca/patches/patch-dtsdec
blob: f15e8383d0422a7f1d93d10b26adfc1359a0e051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-dtsdec,v 1.2 2008/09/07 13:54:43 wiz Exp $

--- src/dcadec.c.orig	Mon Feb 23 23:30:49 2004
+++ src/dcadec.c	Fri Jun  8 21:09:29 2007
@@ -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)