diff options
Diffstat (limited to 'epgsearch.c')
-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 |