Fix typo.
This commit is contained in:
parent
95ca467a68
commit
063a27dc9b
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user