Fixed missing return
This commit is contained in:
parent
36c7c0320b
commit
586675942a
@ -1409,4 +1409,5 @@ wStream WinPrAsn1DecGetStream(WinPrAsn1Decoder* dec)
|
|||||||
|
|
||||||
Stream_StaticConstInit(&s, Stream_Pointer(&dec->source),
|
Stream_StaticConstInit(&s, Stream_Pointer(&dec->source),
|
||||||
Stream_GetRemainingLength(&dec->source));
|
Stream_GetRemainingLength(&dec->source));
|
||||||
|
return s;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user