diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 17:20:01 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 17:20:01 +0200 |
commit | 978c185934f91100b31c8d9e6f6f47e54dead22f (patch) | |
tree | 9a5d66952e636c7f44ca219db3a941fbf2740840 | |
parent | f00a0d4a06e59a65d1bd1b48cc1dcb1c1355ba7e (diff) | |
download | vdr-plugin-epgsearch-978c185934f91100b31c8d9e6f6f47e54dead22f.tar.gz vdr-plugin-epgsearch-978c185934f91100b31c8d9e6f6f47e54dead22f.tar.bz2 |
fix messed up codeline from last commit.
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index 6ab0489..e788875 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -73,7 +73,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #error "VDR-2.2.0 API version is required!" #endif -statir const char VERSION[] = "2.2.0"; +static const char VERSION[] = "2.2.0"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |