[Android] JNI: fix a typo

Adrien Maglo git at videolan.org
Fri Nov 8 14:31:19 CET 2013


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Nov  8 14:31:03 2013 +0100| [454160fc4f6c4c00e10de1b3d3b1bc838d4c45a4] | committer: Adrien Maglo

JNI: fix a typo

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=454160fc4f6c4c00e10de1b3d3b1bc838d4c45a4
---

 vlc-android/jni/aout.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/jni/aout.h b/vlc-android/jni/aout.h
index 3c0f385..3fa3833 100644
--- a/vlc-android/jni/aout.h
+++ b/vlc-android/jni/aout.h
@@ -32,4 +32,4 @@ void aout_play(void *opaque, const void *samples, unsigned count, int64_t pts);
 void aout_pause(void *opaque, int64_t pts);
 void aout_close(void *opaque);
 
-#endif // LIBVLCJNI_VOUT_H
+#endif // LIBVLCJNI_AOUT_H



More information about the Android mailing list