Fixed more lint warnings.

This commit is contained in:
Rolf Ahrenberg 2009-03-20 18:00:17 +02:00
parent 30abbc3e80
commit 55bf971e3e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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: