summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2014-08-23 13:33:35 +0200
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2014-08-23 13:33:35 +0200
commit1ad4aaffdc820af7e0a0f8c45a4beea4f3f10421 (patch)
tree5a1b179397b51c9bc6e1a7ce000f494417327071 /tools.c
parent55a4be45520177acb809b6b58f36a16bff3ab739 (diff)
downloadvdr-plugin-epgfixer-1ad4aaffdc820af7e0a0f8c45a4beea4f3f10421.tar.gz
vdr-plugin-epgfixer-1ad4aaffdc820af7e0a0f8c45a4beea4f3f10421.tar.bz2
Fix HISTORY and whitespace.
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.c b/tools.c
index 843a29c..9c9133d 100644
--- a/tools.c
+++ b/tools.c
@@ -481,7 +481,7 @@ void cAddEventThread::Action(void)
EpgHandlers.SortSchedule(schedule);
EpgHandlers.DropOutdated(schedule, e->GetEvent()->StartTime(), e->GetEvent()->EndTime(), e->GetEvent()->TableID(), e->GetEvent()->Version());
}
- }
+ }
list->Del(e);
}
Unlock();