Added missing case SM_CODE_NO_INPUT to streaming_code2txt()
This commit is contained in:
parent
73cbaae31e
commit
702ff4173c
1 changed files with 2 additions and 2 deletions
|
@ -331,10 +331,10 @@ streaming_code2txt(int code)
|
|||
|
||||
case SM_CODE_NO_DESCRAMBLER:
|
||||
return "No descrambler";
|
||||
|
||||
case SM_CODE_NO_ACCESS:
|
||||
return "No access";
|
||||
|
||||
case SM_CODE_NO_INPUT:
|
||||
return "No input detected";
|
||||
|
||||
default:
|
||||
return "Unknown reason";
|
||||
|
|
Loading…
Add table
Reference in a new issue