summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/status.c b/status.c
index 749aea2..622d8d9 100644
--- a/status.c
+++ b/status.c
@@ -1,5 +1,5 @@
/*
- * status.c: The 'EnigmaNG' VDR skin.
+ * status.c: 'EnigmaNG' skin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
@@ -7,6 +7,7 @@
#include "common.h"
#include "status.h"
+
#include <vdr/timers.h>
#include <vdr/plugin.h>
#include <vdr/menu.h>
@@ -114,3 +115,4 @@ void cEnigmaStatus::UpdateActiveTimers(void)
Timers.DecBeingEdited();
mTimers.Sort();
}
+// vim:et:sw=2:ts=2: