flexelint 95b5819d

parent afcdbf64
......@@ -979,7 +979,7 @@ handle_points_keypress(struct vsc *vsc, enum kb_e kb)
rebuild = REBUILD_NEXT;
break;
case KB_RAW:
VSC_Arg(vsc, 'r', NULL);
AN(VSC_Arg(vsc, 'r', NULL));
raw_vsc = VSC_IsRaw(vsc);
rebuild = REBUILD_NEXT;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment