FIX: coverity scan error CID 121781, unused value. error 0x88 will be overritten by 0x00 directly. Don't know if this 0x88 will bug stuff out.... *wildside commit*

This commit is contained in:
iceman1001 2017-01-19 20:21:21 +01:00
commit 9aeda6cbfb

View file

@ -425,6 +425,7 @@ static RAMFUNC int ManchesterDecoding(int v)
if(!(Demod.buffer2 & Demod.syncBit) || !(Demod.buffer3 & Demod.syncBit)) {
Demod.state = DEMOD_UNSYNCD;
error = 0x88;
return FALSE;
}
// TODO: use this error value to print? Ask Holiman.