fix typo.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-base / tuxtxt / tuxbox-tuxtxt-32bpp / vuplus / tuxtxt_vuplus.patch
1 --- tuxtxt_org/tuxtxt.c 2010-04-01 13:18:13.000000000 +0900
2 +++ tuxtxt/tuxtxt.c     2010-04-01 13:21:57.000000000 +0900
3 @@ -2664,7 +2664,8 @@
4         static int init_lcd = 1, old_cached_pages = -1, old_page = -1, old_subpage = -1, old_subpage_max = -1, old_hintmode = -1;
5         int  x, y, subpage_max = 0, update_lcd = 0;
6  
7 -       if (lcd == -1) return; // for Dreamboxes without LCD-Display (5xxx)
8 +//     if (lcd == -1) 
9 +               return; // for Dreamboxes without LCD-Display (5xxx)
10         /* init or update lcd */
11         if (init_lcd)
12         {