CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/28 08:46:46
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
When the mparse_alloc() prototype changed in read.c 1.151, updating
the enum constant was forgotten in this call. No functional change
since the mmsg argument is NULL anyway.
Found by florian@ with clang.
