diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-22 15:25:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-22 15:25:31 +0100 |
commit | ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7 (patch) | |
tree | 08589f69c484ec1879124427a838b60ba2229f40 /dvbsubtitle.c | |
parent | b5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7 (diff) | |
download | vdr-ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7.tar.gz vdr-ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7.tar.bz2 |
Removed consecutive empty lines
Diffstat (limited to 'dvbsubtitle.c')
-rw-r--r-- | dvbsubtitle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dvbsubtitle.c b/dvbsubtitle.c index 3ce1a3e8..9facc860 100644 --- a/dvbsubtitle.c +++ b/dvbsubtitle.c @@ -7,10 +7,9 @@ * Original author: Marco Schluessler <marco@lordzodiac.de> * With some input from the "subtitle plugin" by Pekka Virtanen <pekka.virtanen@sci.fi> * - * $Id: dvbsubtitle.c 2.33 2013/02/17 13:17:38 kls Exp $ + * $Id: dvbsubtitle.c 2.34 2013/02/22 15:25:25 kls Exp $ */ - #include "dvbsubtitle.h" #define __STDC_FORMAT_MACROS // Required for format specifiers #include <inttypes.h> |