diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-22 17:53:59 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-22 17:53:59 +0000 |
commit | 88c95aa7351c6037cb9f92a2c67d96d6fef91377 (patch) | |
tree | 7f080cfc54a86b3627ecb77cb185b56d72a5360a /source3/lib | |
parent | 68e83434b53ebc43ced224488749a3eb41624dd1 (diff) | |
download | samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.tar.gz samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.tar.bz2 samba-88c95aa7351c6037cb9f92a2c67d96d6fef91377.zip |
fix some warnings found by the Sun C compiler
(This used to be commit e1fac713e25692a5790c3261ba323732930f5249)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_unistr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c index fd51f3c57d..e7c200218e 100644 --- a/source3/lib/util_unistr.c +++ b/source3/lib/util_unistr.c @@ -841,5 +841,5 @@ UNISTR2* ucs2_to_unistr2(TALLOC_CTX *ctx, UNISTR2* dst, smb_ucs2_t* src) strncpy_w(dst->buffer, src, dst->uni_max_len); return dst; -}; +} |