CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/07 17:50:20
Modified files:
usr.bin/mandoc : eqn.c
Log message:
The root of an .EQ tree is always EQN_ROOT, never EQN_LIST,
so delete a redundant NULL check that confused Coverity in CID 1257471;
issue reported by wiz@, patch differs from what christos@ did in NetBSD.
No functional change.
