mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
pedantic fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: e14fc80ed5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)
Origin message was:
------------------
-pedantic fixes
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -64,7 +64,7 @@ enum record_error_msg_t
|
||||
RECORD_BUSY = -1,
|
||||
RECORD_INVALID_DIRECTORY = -2,
|
||||
RECORD_INVALID_CHANNEL = -3,
|
||||
RECORD_FAILURE = -4,
|
||||
RECORD_FAILURE = -4
|
||||
};
|
||||
|
||||
class CRecordInstance
|
||||
@@ -167,7 +167,7 @@ class CRecordManager : public CMenuTarget, public CChangeObserver
|
||||
RECMODE_OFF = 0,
|
||||
RECMODE_REC = 1,
|
||||
RECMODE_TSHIFT = 2,
|
||||
RECMODE_REC_TSHIFT = 3,
|
||||
RECMODE_REC_TSHIFT = 3
|
||||
};
|
||||
|
||||
CRecordManager();
|
||||
|
Reference in New Issue
Block a user