diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-05-25 19:47:30 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-05-25 19:47:30 +0000 |
commit | 608eef731a1e6973cff6e109aea31fabfdd8baaf (patch) | |
tree | d87af581d1e19307d3c9a09f22db3027c7ebe5e8 | |
parent | 4f5c5b37b866967be189901bc140ca6b8c25c5e3 (diff) | |
download | rtmux-608eef731a1e6973cff6e109aea31fabfdd8baaf.tar.gz rtmux-608eef731a1e6973cff6e109aea31fabfdd8baaf.tar.bz2 rtmux-608eef731a1e6973cff6e109aea31fabfdd8baaf.zip |
Fix an out-of-date comment.
-rw-r--r-- | cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ cfg_add_cause(struct causelist *causes, const char *fmt, ...) /* * Load configuration file. Returns -1 for an error with a list of messages in - * causes. Note that causes and ncauses must be initialised by the caller! + * causes. Note that causes must be initialised by the caller! */ int load_cfg(const char *path, struct cmd_ctx *ctxin, struct causelist *causes) |