From 667327417d6b1d7dba697350f642de7acf92c6b2 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Sun, 30 Oct 2005 09:46:08 +0000 Subject: string fix; --- usr.bin/rcs/ci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/rcs/ci.c') diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index cb86752140e..ca9c9b0e8fb 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.52 2005/10/29 19:10:16 niallo Exp $ */ +/* $OpenBSD: ci.c,v 1.53 2005/10/30 09:46:07 xsa Exp $ */ /* * Copyright (c) 2005 Niall O'Higgins * All rights reserved. @@ -148,7 +148,7 @@ checkin_main(int argc, char **argv) case 's': state = rcs_optarg; if (rcs_state_check(state) < 0) { - cvs_log(LP_ERR, "invalid state `%'", state); + cvs_log(LP_ERR, "invalid state `%s'", state); exit(1); } break; -- cgit v1.2.3