From c14ed496d726bd4df89f5c83b61946d81f7bee8c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 9 Nov 2019 12:07:41 +0100 Subject: [PATCH] dvbsutitle.cpp: fix wrong file code was not UTF8, some ide editors don't like this Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2304ec3a5ff5521cfb4eacbf04cad014383c17a4 Author: Thilo Graf Date: 2019-11-09 (Sat, 09 Nov 2019) ------------------ This commit was generated by Migit --- 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 2128f9b22..943fc162c 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 $ */