diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 12:53:36 +0000 |
commit | 6dac8ac9e5ffbefb9386dc0451e83d6445b78f40 (patch) | |
tree | 486abf1f9f616d966d1546114ba2c7eb29bb7839 /lib/libncp | |
parent | 682d5741730e6095ef58543ced8c1846d0ae91ac (diff) | |
download | src-6dac8ac9e5ffbefb9386dc0451e83d6445b78f40.tar.gz src-6dac8ac9e5ffbefb9386dc0451e83d6445b78f40.zip |
Notes
Diffstat (limited to 'lib/libncp')
-rw-r--r-- | lib/libncp/ncpl_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncp/ncpl_subr.c b/lib/libncp/ncpl_subr.c index 0a36126079a6..768c183ff56a 100644 --- a/lib/libncp/ncpl_subr.c +++ b/lib/libncp/ncpl_subr.c @@ -435,7 +435,7 @@ ncp_args_parseopt(struct ncp_args *na, int opt, char *optarg, ncp_setopt_t *set_ * the rest - requester error; */ void -ncp_error(char *fmt, int error,...) { +ncp_error(const char *fmt, int error, ...) { va_list ap; fprintf(stderr, "%s: ", __progname); |