[vlc-commits] commit: audio/converter/fixed.c: cleanup (Jean-Paul Saman )
git at videolan.org
git at videolan.org
Mon May 17 13:57:15 CEST 2010
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Mon May 17 13:44:14 2010 +0200| [5bc203097536eb21a9ed026ee11c3211df1ed1cd] | committer: Jean-Paul Saman
audio/converter/fixed.c: cleanup
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5bc203097536eb21a9ed026ee11c3211df1ed1cd
---
modules/audio_filter/converter/fixed.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_filter/converter/fixed.c b/modules/audio_filter/converter/fixed.c
index c090a9e..e0144b6 100644
--- a/modules/audio_filter/converter/fixed.c
+++ b/modules/audio_filter/converter/fixed.c
@@ -73,7 +73,7 @@ static int CreateFrom( vlc_object_t *p_this )
default:
return VLC_EGENERIC;
}
- return VLC_SUCCESS;;
+ return VLC_SUCCESS;
}
union dw
More information about the vlc-commits
mailing list