[vlc-devel] commit: telx: cleanup bool whitespace (Derk-Jan Hartman )
git version control
git at videolan.org
Mon Sep 8 00:30:01 CEST 2008
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Sep 8 00:24:03 2008 +0200| [3a152a848c10316ee6741a85d5567452aca4b46c] | committer: Derk-Jan Hartman
telx: cleanup bool whitespace
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a152a848c10316ee6741a85d5567452aca4b46c
---
modules/codec/telx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/codec/telx.c b/modules/codec/telx.c
index 338a6a3..a26c1ba 100644
--- a/modules/codec/telx.c
+++ b/modules/codec/telx.c
@@ -93,15 +93,15 @@ vlc_module_end();
struct decoder_sys_t
{
int i_align;
- bool b_is_subtitle[9];
+ bool b_is_subtitle[9];
char ppsz_lines[32][128];
char psz_prev_text[512];
mtime_t prev_pts;
int i_page[9];
- bool b_erase[9];
+ bool b_erase[9];
const uint16_t * pi_active_national_set[9];
int i_wanted_page, i_wanted_magazine;
- bool b_ignore_sub_flag;
+ bool b_ignore_sub_flag;
};
/****************************************************************************
More information about the vlc-devel
mailing list