diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-06-08 01:07:17 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-06-08 01:07:17 +0200 |
commit | d854dd0631fe01f12fe6edf09165a3df5841fb9a (patch) | |
tree | cd2684fb0fe8967a5b898e6d9e052c67ed28e678 /config.c | |
parent | 162820b474550d948c132c7d534e5a1c3f613946 (diff) | |
download | vdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.gz vdr-plugin-block-d854dd0631fe01f12fe6edf09165a3df5841fb9a.tar.bz2 |
Tobias Grimm sent me some patches (thank you), according to
dist target, whitespaces and license information.
No features added/removed, no code changes.
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,9 +15,9 @@ cSetupBlock SetupBlock; int cSetupBlock::LastChannel=0; cSetupBlock::cSetupBlock(void): - HideMenuEntry(0), - MessageTimeout(2), - DetectionMethod(0) + HideMenuEntry(0), + MessageTimeout(2), + DetectionMethod(0) { } |