Ignore:
Timestamp:
09/04/16 09:47:11 (7 years ago)
Author:
Stephan
Message:

fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/epgscan.h

    r38545 r38546  
    213213                {
    214214                        debug(400, "epgscan channel same as aktchannel channel=%s sid=%d, tid=%llu", chname, node->serviceid, node->transponderid);
    215                         if(fd != NULL) fprintf(fd, "channel same as activ channel channel=%s sid=%d, tid=%llu\n", chname, node->serviceid, node->transponderid);
     215                        if(fd != NULL) fprintf(fd, "channel same as active channel channel=%s sid=%d, tid=%llu\n", chname, node->serviceid, node->transponderid);
    216216                        node = node->next;
    217217                        continue;
Note: See TracChangeset for help on using the changeset viewer.