diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-08-01 20:25:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-08-01 20:25:13 +0000 |
commit | 3a6e41c5cb3e4d1c6d4e4cbfcab9babe1353d053 (patch) | |
tree | 94309805a5cee13dbf14818de9adb865111dcdcf /cmd-string.c | |
parent | 1b2cf8618227164bdb2fee5b36d1d3313d85b1e7 (diff) | |
download | rtmux-3a6e41c5cb3e4d1c6d4e4cbfcab9babe1353d053.tar.gz rtmux-3a6e41c5cb3e4d1c6d4e4cbfcab9babe1353d053.tar.bz2 rtmux-3a6e41c5cb3e4d1c6d4e4cbfcab9babe1353d053.zip |
Comment tweak.
Diffstat (limited to 'cmd-string.c')
-rw-r--r-- | cmd-string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-string.c b/cmd-string.c index 6d72b2b5..0baa15d0 100644 --- a/cmd-string.c +++ b/cmd-string.c @@ -1,4 +1,4 @@ -/* $Id: cmd-string.c,v 1.5 2008-07-25 17:29:40 nicm Exp $ */ +/* $Id: cmd-string.c,v 1.6 2008-08-01 20:25:13 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -49,7 +49,7 @@ cmd_string_ungetc(unused const char *s, size_t *p) } /* - * Parse command string. Return -1 on error. If returning 1, cause is error + * Parse command string. Returns -1 on error. If returning -1, cause is error * string, or NULL for empty command. */ int |