diff options
-rw-r--r-- | nss/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/common.h b/nss/common.h index f1bd73e..7a3edcf 100644 --- a/nss/common.h +++ b/nss/common.h @@ -102,7 +102,7 @@ { \ NSS_ARGS(args)->erange=1; \ return NSS_STATUS_TRYAGAIN; \ - } \ + } #endif /* NSS_FLAVOUR_SOLARIS */ |