summaryrefslogtreecommitdiff
path: root/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.c')
-rw-r--r--helpers.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpers.c b/helpers.c
index 459fad7..7524a58 100644
--- a/helpers.c
+++ b/helpers.c
@@ -164,8 +164,7 @@ std::vector<std::string>& splitstring::split(char delim, int rep) {
cPlugin *GetScraperPlugin(void) {
static cPlugin *pScraper = cPluginManager::GetPlugin("scraper2vdr");
- if( !pScraper ) // if it doesn't exit, try tvscraper
+ if (!pScraper ) // if it doesn't exit, try tvscraper
pScraper = cPluginManager::GetPlugin("tvscraper");
return pScraper;
}
-