diff options
author | Martin Pool <mbp@samba.org> | 2003-02-28 04:21:55 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-28 04:21:55 +0000 |
commit | 481b4e6d6ceeab644b5c4d1ee11bc221d8035202 (patch) | |
tree | 5c2f178ecebde4ba640e8d02ebf9e06b32ce8503 /source3/lib/iconv.c | |
parent | f5f59e866e5b761a6b0c95d29bb2d1ec0136652f (diff) | |
download | samba-481b4e6d6ceeab644b5c4d1ee11bc221d8035202.tar.gz samba-481b4e6d6ceeab644b5c4d1ee11bc221d8035202.tar.bz2 samba-481b4e6d6ceeab644b5c4d1ee11bc221d8035202.zip |
Doxygen janitor
(This used to be commit 9af07173152c5e861d13b33a8d4aee8167a50b66)
Diffstat (limited to 'source3/lib/iconv.c')
-rw-r--r-- | source3/lib/iconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/iconv.c b/source3/lib/iconv.c index 6786003de5..8b360a14c6 100644 --- a/source3/lib/iconv.c +++ b/source3/lib/iconv.c @@ -35,7 +35,7 @@ * Samba only works with encodings that are supersets of ASCII: ascii * characters like whitespace can be tested for directly, multibyte * sequences start with a byte with the high bit set, and strings are - * terminated by \0. + * terminated by a nul byte. * * Note that the only function provided by iconv is conversion between * characters. It doesn't directly support operations like |