summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-30 19:20:44 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-09-30 19:20:44 +0300
commitb5b3d19c0055fc5464c090b9bc8abe6e86363063 (patch)
treed0fa868ceb1870619cc48490ec5ffabadb5975ab /config.c
parent64f7d4a3cd0f5a70da395ce0e79b44df52e86749 (diff)
downloadvdr-plugin-epgfixer-b5b3d19c0055fc5464c090b9bc8abe6e86363063.tar.gz
vdr-plugin-epgfixer-b5b3d19c0055fc5464c090b9bc8abe6e86363063.tar.bz2
More code formatting fixes.
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.c b/config.c
index 0c3d576..aa40420 100644
--- a/config.c
+++ b/config.c
@@ -36,7 +36,6 @@ bool cEpgfixerSetup::ProcessArg(const char *Name, const char *Value)
return false;
}
-
bool cEpgfixerSetup::ProcessArgs(int argc, char *argv[])
{
return true;
@@ -60,7 +59,7 @@ bool cEpgfixerSetup::SetupParse(const char *Name, const char *Value)
else if (!strcasecmp(Name, "PreventEqualShortTextAndDescription")) equalshorttextanddescription = atoi(Value);
else if (!strcasecmp(Name, "ReplaceBackticksWithSingleQuotes")) nobackticks = atoi(Value);
else if (!strcasecmp(Name, "FixStreamComponentDescriptions")) components = atoi(Value);
- else if (!strcasecmp(Name, "StripHTMLEntities")) striphtml = atoi(Value);
+ else if (!strcasecmp(Name, "StripHTMLEntities")) striphtml = atoi(Value);
else
return false;