提交 04f2ca94 编写于 作者: M Michiharu Ariza

removed assert

上级 c968869f
......@@ -654,6 +654,7 @@ struct NameDictValues
static inline enum NameDictValIndex name_op_to_index (OpCode op)
{
switch (op) {
default:
case OpCode_version:
return version;
case OpCode_Notice:
......@@ -670,8 +671,6 @@ struct NameDictValues
return postscript;
case OpCode_FontName:
return fontName;
default:
assert (0);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册