[vlc-devel] commit: Remove misleading comment (I don't lack useless relocations) ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Feb 6 18:00:00 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb  6 18:59:43 2010 +0200| [7428ce7ddfc6d615ed642186d0168d703c5770b7] | committer: Rémi Denis-Courmont 

Remove misleading comment (I don't lack useless relocations)

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

 src/control/video.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/control/video.c b/src/control/video.c
index df91345..a91a384 100644
--- a/src/control/video.c
+++ b/src/control/video.c
@@ -596,7 +596,7 @@ static vlc_object_t *get_object( libvlc_media_player_t * p_mi,
 
 
 typedef const struct {
-    const char name[20]; /* probably will become a const char * sometime */
+    const char name[20];
     unsigned type;
 } opt_t;
 




More information about the vlc-devel mailing list