Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2010-10-28 21:01:27 +0200
committerArthur de Jong <arthur@arthurdejong.org>2010-10-28 21:01:27 +0200
commitf90f8d8eb4a3f963c881e30420038227f1a56592 (patch)
tree9dfcab870557dbdc595fd037892a7037db1529a3 /nss
parentc25aea317a565d6132eec490a9c67f14b177a989 (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.h2
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 */