From a7ab50dacefc326f9de39fa3fcdbae0ff131e996 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 9 Nov 2019 11:05:06 +0100 Subject: [PATCH] dvbsutitle.cpp: fix wrong file code was not UTF8, some ide editors don't like this --- lib/libdvbsub/dvbsubtitle.cpp | 2 +- lib/libdvbsub/dvbsubtitle.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libdvbsub/dvbsubtitle.cpp b/lib/libdvbsub/dvbsubtitle.cpp index 9f8bce8f1..e17961799 100644 --- a/lib/libdvbsub/dvbsubtitle.cpp +++ b/lib/libdvbsub/dvbsubtitle.cpp @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * Original author: Marco Schlüßler + * Original author: Marco Schlüßler * With some input from the "subtitle plugin" by Pekka Virtanen * * $Id: dvbsubtitle.cpp,v 1.1 2009/02/23 19:46:44 rhabarber1848 Exp $ diff --git a/lib/libdvbsub/dvbsubtitle.h b/lib/libdvbsub/dvbsubtitle.h index 647852c5d..7675c7453 100644 --- a/lib/libdvbsub/dvbsubtitle.h +++ b/lib/libdvbsub/dvbsubtitle.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * Original author: Marco Schlüßler + * Original author: Marco Schlüßler * * $Id: dvbsubtitle.h,v 1.1 2009/02/23 19:46:44 rhabarber1848 Exp $ */