CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/03 00:07:40
Modified files:
sbin/disklabel : disklabel.c dkcksum.c editor.c
Log message:
The only thing worse than treating 'return' as a function call is
randomly mixing 'return (blah)' and 'return blah' idioms.
Nuke the '()'s. No intentional functional change.
