Fix typo.

This commit is contained in:
Juli Mallett 2003-01-18 05:06:07 +00:00
parent 95ca467a68
commit 063a27dc9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109464

View File

@ -50,7 +50,7 @@ do { \
(uufsd)->d_error = str; \
} while (0)
#else /* _LIBUFS_DEBUGGING */
#define DEBUG(uufsd, str) \
#define ERROR(uufsd, str) \
do { \
if ((uufsd) != NULL) \
(uufsd)->d_error = str; \