Ignore:
Timestamp:
09/20/13 10:37:02 (10 years ago)
Author:
nit
Message:

[titan] cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgscan.h

    r23267 r23799  
    319319
    320320        ret = sscanf(line, "%d#%llu", &newnode->serviceid, &newnode->transponderid);
    321         if(ret != 2)
    322         {
     321        if(ret != 2)
     322        {
    323323                if(count > 0)
    324324                {
     
    334334
    335335        if(getchannel(newnode->serviceid, newnode->transponderid) == NULL)
    336         {
    337                 err("epgscanlist line %d not ok (channel not found)", count);
    338                 free(newnode);
    339                 return NULL;
    340         }
     336        {
     337                err("epgscanlist line %d not ok (channel not found)", count);
     338                free(newnode);
     339                return NULL;
     340        }
    341341
    342342        if(last == NULL)
Note: See TracChangeset for help on using the changeset viewer.