Fix build with gcc-3.4

PR:		ports/70989
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
This commit is contained in:
Kirill Ponomarev 2004-08-27 13:52:59 +00:00
parent ea2d6269c7
commit 55846c0bc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117423

View file

@ -0,0 +1,11 @@
--- src/xmms-sid.cc.orig Thu Aug 26 15:18:41 2004
+++ src/xmms-sid.cc Thu Aug 26 15:22:22 2004
@@ -196,7 +196,7 @@
int fxlen, tn;
struct sidTuneInfo sidInf;
char *name;
- enum AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
+ AFormat fmt = (xs_emuConf.bitsPerSample == 16) ? FMT_S16_NE : FMT_U8;
gint chn = xs_emuConf.channels;
tune->getInfo(sidInf);