fix warning : wrong variable initialised in second switch default

Original commit message from CVS:
fix warning : wrong variable initialised in second switch default
This commit is contained in:
Stéphane Loeuillet 2005-01-09 20:25:46 +00:00
parent 0970ea1580
commit 73aec3f392

View file

@ -1,3 +1,9 @@
2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
* ext/dvdread/stream_labels.c:
(dvdreadsrc_get_audio_stream_labels):
Fix warning (init the good variable in switch default)
2005-01-09 Koop Mast <kwm@rainbow-runner.nl>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>