diff options
Diffstat (limited to 'process.cpp')
-rw-r--r-- | process.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/process.cpp b/process.cpp index 62bbcc3..451196e 100644 --- a/process.cpp +++ b/process.cpp @@ -1039,7 +1039,8 @@ bool cProcessInfosatepg::ParseInfosatepg(FILE *f,time_t *firststarttime) if (!global->InfosatChannels()) { // Send message - Skins.QueueMessage(mtInfo,tr("Infosat channellist available")); + Skins.QueueMessage(mtInfo, + tr("Infosat channellist available")); } // Channel is not in global list->add global->AddChannel(chan->GetChannelID(),USE_NOTHING,1); |