Fix a typo to fix the !DIAGNOSTIC build.

Submitted by:	many
This commit is contained in:
John Baldwin 2004-09-30 18:13:18 +00:00
parent 88ef2880c1
commit 4a2aa5d054
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135979

View File

@ -162,7 +162,7 @@ check_unrhdr(struct unrhdr *uh, int line)
#else
static __inline void
check_unrhdr(struct unhdr *uh, int line)
check_unrhdr(struct unrhdr *uh, int line)
{
}