summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/recman.cpp b/recman.cpp
index ee63ede..fb315d2 100644
--- a/recman.cpp
+++ b/recman.cpp
@@ -406,7 +406,7 @@ namespace vdrlive {
}
}
}
-#elseif VDRVERSNUM < 10721
+#elif VDRVERSNUM < 10721
// open index file for reading only
cIndexFile *index = new cIndexFile(m_recording->FileName(), false, m_recording->IsPesRecording());
if (index && index->Ok()) {
@@ -422,7 +422,7 @@ namespace vdrlive {
if(length)
length >> RecLength;
}
-
+
return RecLength;
}