[vlc-devel] commit: Typo. ( Rémi Duraffort )

git version control git at videolan.org
Tue Jun 23 08:37:04 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Duraffort <ivoire at videolan.org> | Tue Jun 23 08:25:59 2009 +0200| [0a8e06360b9b8aa1d5be896c5f860c11db702c01] | committer: Rémi Duraffort 

Typo.
(cherry picked from commit d83c47abb7581be89df2c1c03c3acf940932ae70)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

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

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

diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index bcf2f3d..eb1588e 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -1799,7 +1799,7 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout )
     const mtime_t i_stop = i_start + INT64_C(1000) * p_vout->p->i_title_timeout;
 
     if( i_stop <= i_start )
-        return
+        return;
 
     vlc_assert_locked( &p_vout->change_lock );
 




More information about the vlc-devel mailing list