Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nss
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-10-08 23:00:42 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-10-08 23:00:42 +0200
commitfb737703652bba6f6af50122f53f0c2348e5c75f (patch)
treeaee437a32cecfaf8aca777dc32eeeba742aae9bf /nss
parent736be032fde187f01a889cc6073881824d3a9a66 (diff)
don't pass an empty parameter to a macro
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1002 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 b0f2983..428d44e 100644
--- a/nss/common.h
+++ b/nss/common.h
@@ -147,7 +147,7 @@
if (fp==NULL) \
{ \
/* open a new stream and write the request */ \
- NSLCD_REQUEST(fp,action,/* no writefn */); \
+ NSLCD_REQUEST(fp,action,/* no writefn */;); \
} \
/* prepare for buffer errors */ \
tio_mark(fp); \