[vlc-devel] commit: 10l: Oops.Sorry. Fix build. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Jan 26 20:41:14 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 26 20:40:42 2009 +0100| [e407b48800c9b9dd38d3c6b769757e175c258af3] | committer: Jean-Baptiste Kempf 

10l: Oops.Sorry. Fix build.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e407b48800c9b9dd38d3c6b769757e175c258af3
---

 include/vlc_keys.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vlc_keys.h b/include/vlc_keys.h
index 0776acc..a5a3f94 100644
--- a/include/vlc_keys.h
+++ b/include/vlc_keys.h
@@ -338,7 +338,7 @@ typedef enum vlc_key {
     ACTIONID_ZOOM_ORIGINAL,
     ACTIONID_ZOOM_DOUBLE,
     /* Cycle Through Audio Devices */
-    ACTIONID_AUDIODEVICE_CYCLE
+    ACTIONID_AUDIODEVICE_CYCLE,
     /* Scaling in fullscreen */
     ACTIONID_TOGGLE_SCALING,
 } vlc_key_t;




More information about the vlc-devel mailing list