summaryrefslogtreecommitdiff
path: root/osm.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
commite3fe42608da06dcaf6932472343b3f39ea1bcea3 (patch)
tree0a0faa055443d301064e7d678972ba766329685b /osm.c
parent735093b8faef4f667e6a6c65f7290858286816e3 (diff)
downloadvdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.gz
vdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.bz2
Dropped dynamic repeat function
Diffstat (limited to 'osm.c')
-rw-r--r--osm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/osm.c b/osm.c
index 70305ce8..982e1e10 100644
--- a/osm.c
+++ b/osm.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/people/kls/vdr
*
- * $Id: osm.c 1.3 2000/04/15 14:04:21 kls Exp $
+ * $Id: osm.c 1.4 2000/04/16 13:54:10 kls Exp $
*/
#include <signal.h>
@@ -144,7 +144,7 @@ int main(int argc, char *argv[])
DvbApi.StopRecord();
DvbApi.StopReplay();
//TODO kill any remaining sub-processes!
- isyslog(LOG_INFO, "exiting", Interrupted);
+ isyslog(LOG_INFO, "exiting");
closelog();
return 0;
}