Changeset 40420


Ignore:
Timestamp:
05/13/17 19:54:10 (6 years ago)
Author:
gost
Message:

fix some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r40399 r40420  
    280280                if(flag == 0)
    281281                {
    282                         if(getconfigint("workpink", NULL) == 1);
     282                        if(getconfigint("workpink", NULL) == 1)
    283283                                setvideomode(getconfig("576p", NULL), 0);
    284284                        cecwakeup();
    285                         if(getconfigint("workpink", NULL) == 1);
     285                        if(getconfigint("workpink", NULL) == 1)
    286286                        {
    287287                                sleep(3);
Note: See TracChangeset for help on using the changeset viewer.