From 55bf971e3e03c11a83a0c4beb561a361146b2c2a Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 20 Mar 2009 18:00:17 +0200 Subject: [PATCH] Fixed more lint warnings. --- sectionfilter.c | 2 +- setup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sectionfilter.c b/sectionfilter.c index 80155d0..f44c78b 100644 --- a/sectionfilter.c +++ b/sectionfilter.c @@ -140,7 +140,7 @@ int cIptvSectionFilter::CopyDump(const uint8_t *buf, uint8_t len) limit = tsfeedp; if (limit > DMX_MAX_SECFEED_SIZE) - return -1; // internal error should never happen + return -1; // internal error should never happen // Always set secbuf secbuf = secbuf_base + secbufp; diff --git a/setup.h b/setup.h index 363cf92..f434553 100644 --- a/setup.h +++ b/setup.h @@ -25,7 +25,7 @@ private: eOSState EditChannel(void); eOSState ShowInfo(void); - virtual void Setup(void); + void Setup(void); void StoreFilters(const char *Name, int *Values); protected: