diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-10 22:45:10 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-01-10 22:45:10 +0000 |
commit | abd1f615b2413f17fdc447cba10f8764a1eb5f08 (patch) | |
tree | 5c7e517fd56b8b430d430c6cc94ddea5e9286bf0 /compat/vis.c | |
parent | a7b6445cc39983fb33466529a904fe749d3d6885 (diff) | |
download | rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.tar.gz rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.tar.bz2 rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.zip |
Trim spaces.
Diffstat (limited to 'compat/vis.c')
-rw-r--r-- | compat/vis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/vis.c b/compat/vis.c index 5aca58cc..97eb5271 100644 --- a/compat/vis.c +++ b/compat/vis.c @@ -136,10 +136,10 @@ done: /* * strvis, strnvis, strvisx - visually encode characters from src into dst - * + * * Dst must be 4 times the size of src to account for possible * expansion. The length of dst, not including the trailing NULL, - * is returned. + * is returned. * * Strnvis will write no more than siz-1 bytes (and will NULL terminate). * The number of bytes needed to fully encode the string is returned. |