summaryrefslogtreecommitdiff
path: root/ffnetdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffnetdev.c')
-rw-r--r--ffnetdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffnetdev.c b/ffnetdev.c
index 6c4835a..f4df53d 100644
--- a/ffnetdev.c
+++ b/ffnetdev.c
@@ -136,7 +136,7 @@ cString cPluginFFNetDev::Active(void) {
return NULL;
}
-#elif
+#elseif
bool cPluginFFNetDev::Active(void) {
return (cOSDWorker::Active() || cTSWorker::Active());
}