diff options
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/libwbclient/wbc_err_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsswitch/libwbclient/wbc_err_internal.h b/nsswitch/libwbclient/wbc_err_internal.h index 83364b8cd9..dd8e7f20a5 100644 --- a/nsswitch/libwbclient/wbc_err_internal.h +++ b/nsswitch/libwbclient/wbc_err_internal.h @@ -29,7 +29,7 @@ if (!WBC_ERROR_IS_OK(x)) { \ goto done; \ } \ - } while(0); + } while(0) #define BAIL_ON_PTR_ERROR(x, status) \ do { \ @@ -39,7 +39,7 @@ } else { \ status = WBC_ERR_SUCCESS; \ } \ - } while (0); + } while (0) #endif /* _WBC_ERR_INTERNAL_H */ |