diff --git a/libmisc/xgetXXbyYY.c b/libmisc/xgetXXbyYY.c index b3d2cd1a..1b0b0013 100644 --- a/libmisc/xgetXXbyYY.c +++ b/libmisc/xgetXXbyYY.c @@ -91,7 +91,7 @@ errno = 0; status = REENTRANT_NAME(ARG_NAME, result, buffer, length, &resbuf); - if ((0 ==status) && (resbuf == result)) { + if ((0 == status) && (resbuf == result)) { /* Build a result structure that can be freed by * the shadow *_free functions. */ LOOKUP_TYPE *ret_result = DUP_FUNCTION(result);