diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-07 10:25:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-10-07 10:25:33 +0200 |
commit | df15ec5f91b9ffba3055a162235e67dbb9bdebe5 (patch) | |
tree | 6c4f4e324cfbec25a2dea1cdbd2f9e04505978c7 /libdtv/libvdr | |
parent | 5011616a3eb1bb612d2e7b6c71f60c8bb7cf7c2c (diff) | |
download | vdr-df15ec5f91b9ffba3055a162235e67dbb9bdebe5.tar.gz vdr-df15ec5f91b9ffba3055a162235e67dbb9bdebe5.tar.bz2 |
New version from Rolf Hakenes, fixing newline characters
Diffstat (limited to 'libdtv/libvdr')
-rw-r--r-- | libdtv/libvdr/Makefile | 4 | ||||
-rw-r--r-- | libdtv/libvdr/libvdr.c | 4 | ||||
-rw-r--r-- | libdtv/libvdr/libvdr.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libdtv/libvdr/Makefile b/libdtv/libvdr/Makefile index bf7f37f3..8bcab4cb 100644 --- a/libdtv/libvdr/Makefile +++ b/libdtv/libvdr/Makefile @@ -4,8 +4,8 @@ ### ### ############################################################## -## $Revision: 1.2 $ -## $Date: 2001/06/25 19:39:00 $ +## $Revision: 1.3 $ +## $Date: 2001/10/06 15:33:46 $ ## $Author: hakenes $ ## ## (C) 2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. diff --git a/libdtv/libvdr/libvdr.c b/libdtv/libvdr/libvdr.c index 91f96822..0ade4d39 100644 --- a/libdtv/libvdr/libvdr.c +++ b/libdtv/libvdr/libvdr.c @@ -4,8 +4,8 @@ /// /// ////////////////////////////////////////////////////////////// -// $Revision: 1.3 $ -// $Date: 2001/06/25 19:39:00 $ +// $Revision: 1.1 $ +// $Date: 2001/10/07 10:25:33 $ // $Author: hakenes $ // // (C) 2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. diff --git a/libdtv/libvdr/libvdr.h b/libdtv/libvdr/libvdr.h index c7dd49fa..421b2e71 100644 --- a/libdtv/libvdr/libvdr.h +++ b/libdtv/libvdr/libvdr.h @@ -4,8 +4,8 @@ /// /// ////////////////////////////////////////////////////////////// -// $Revision: 1.3 $ -// $Date: 2001/06/25 19:39:00 $ +// $Revision: 1.4 $ +// $Date: 2001/10/06 15:33:46 $ // $Author: hakenes $ // // (C) 1992-2001 Rolf Hakenes <hakenes@hippomi.de>, under the GNU GPL. |