From: RĂ©mi Denis-Courmont Date: Sat, 6 Feb 2010 16:59:43 +0000 (+0200) Subject: Remove misleading comment (I don't lack useless relocations) X-Git-Tag: 1.1.0-ff~356 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7428ce7ddfc6d615ed642186d0168d703c5770b7;p=vlc Remove misleading comment (I don't lack useless relocations) --- diff --git a/src/control/video.c b/src/control/video.c index df91345a3e..a91a384ace 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;