diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-28 21:01:27 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-28 21:01:27 +0200 |
commit | f90f8d8eb4a3f963c881e30420038227f1a56592 (patch) | |
tree | 9dfcab870557dbdc595fd037892a7037db1529a3 /nss | |
parent | c25aea317a565d6132eec490a9c67f14b177a989 (diff) |
remove redundant backslash
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1289 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-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 */ |