summaryrefslogtreecommitdiff
path: root/source4/lib/charset/charcnv.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-21 16:10:07 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-21 16:10:07 +0100
commit426e7fef1f080f22a10e89cebae58a40db8bc77f (patch)
tree41fcdd3932bbcdcd0cb6b788919e7c8a114e209d /source4/lib/charset/charcnv.c
parent48307b54f95395fbd201d92d738b482f80cd15ef (diff)
downloadsamba-426e7fef1f080f22a10e89cebae58a40db8bc77f.tar.gz
samba-426e7fef1f080f22a10e89cebae58a40db8bc77f.tar.bz2
samba-426e7fef1f080f22a10e89cebae58a40db8bc77f.zip
Remove extra whitespace, use public variable in IDL.
(This used to be commit bf08b682586f6b9a17d4ec3934836be957ef955c)
Diffstat (limited to 'source4/lib/charset/charcnv.c')
-rw-r--r--source4/lib/charset/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/charset/charcnv.c b/source4/lib/charset/charcnv.c
index 54a0676599..0465be689e 100644
--- a/source4/lib/charset/charcnv.c
+++ b/source4/lib/charset/charcnv.c
@@ -677,7 +677,7 @@ _PUBLIC_ codepoint_t next_codepoint(struct smb_iconv_convenience *ic,
with codepoints above 64k */
olen = 2;
outbuf = (char *)buf;
- smb_iconv(descriptor, &str, &ilen, &outbuf, &olen);
+ smb_iconv(descriptor, &str, &ilen, &outbuf, &olen);
if (olen == 2) {
olen = 4;
outbuf = (char *)buf;