diff libvo/vo_caca.c @ 24046:7e2808fb1807

Identifiers should not start with two underscores.
author diego
date Wed, 15 Aug 2007 10:34:53 +0000
parents 144162149176
children 3aee342be929
line wrap: on
line diff
--- a/libvo/vo_caca.c	Wed Aug 15 09:34:53 2007 +0000
+++ b/libvo/vo_caca.c	Wed Aug 15 10:34:53 2007 +0000
@@ -287,7 +287,7 @@
 {
     if (vo_osd_progbar_type != -1)
 	osdpercent(MESSAGE_DURATION, 0, 255,
-		  vo_osd_progbar_value, __sub_osd_names[vo_osd_progbar_type],
+		  vo_osd_progbar_value, sub_osd_names[vo_osd_progbar_type],
 		  "");
 }