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/strsep.c | |
parent | a7b6445cc39983fb33466529a904fe749d3d6885 (diff) | |
download | rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.tar.gz rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.tar.bz2 rtmux-abd1f615b2413f17fdc447cba10f8764a1eb5f08.zip |
Trim spaces.
Diffstat (limited to 'compat/strsep.c')
-rw-r--r-- | compat/strsep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/strsep.c b/compat/strsep.c index b89e2ee8..e373c602 100644 --- a/compat/strsep.c +++ b/compat/strsep.c @@ -1,4 +1,4 @@ -/* $Id: strsep.c,v 1.1 2009-08-16 16:15:53 nicm Exp $ */ +/* $Id: strsep.c,v 1.2 2011-01-10 22:45:10 nicm Exp $ */ /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ /*- @@ -35,7 +35,7 @@ /* * Get next token from string *stringp, where tokens are possibly-empty - * strings separated by characters from delim. + * strings separated by characters from delim. * * Writes NULs into the string at *stringp to end tokens. * delim need not remain constant from call to call. |