[vlc-commits] Amem: remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Thu Sep 15 15:56:14 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Sep 15 15:54:50 2011 +0200| [1af1b86864e7d6ef241011b8e97941ed673fd5ad] | committer: Jean-Baptiste Kempf
Amem: remove trailing space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1af1b86864e7d6ef241011b8e97941ed673fd5ad
---
modules/audio_output/amem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_output/amem.c b/modules/audio_output/amem.c
index 02dc44d..ac9d9fa 100644
--- a/modules/audio_output/amem.c
+++ b/modules/audio_output/amem.c
@@ -129,7 +129,7 @@ static int Open (vlc_object_t *obj)
if (setup (&sys->opaque, format, &rate, &channels))
goto error;
- /* Only call this callback if setup succeeded */
+ /* Only call this callback if setup succeeded */
sys->cleanup = var_InheritAddress (obj, "amem-cleanup");
}
else
More information about the vlc-commits
mailing list