提交 17a523ec authored 作者: Steve Underwood's avatar Steve Underwood

Eliminate a warning with some compilers

上级 fe4b0037
......@@ -871,8 +871,6 @@ static const nsf_data_t *find_vendor(const uint8_t *msg, int len)
const nsf_data_t *p;
int real_country_code;
if (msg[0] < 0 || msg[0] > 0xFF)
return NULL;
if (msg[0] == 0xFF)
{
/* The extension code gives us the country. */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论