From f7ad28d7901937205a67d433ce82dc39b18b4f98 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Tue, 18 Jul 1995 06:11:34 +0000 Subject: [PATCH] Add missing quote to yyerror call. --- usr.sbin/config/config.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index cc21222f193b..c16195244c2e 100644 --- a/usr.sbin/config/config.y +++ b/usr.sbin/config/config.y @@ -579,7 +579,7 @@ Info: cur.d_slave = $2; else yyerror("can't specify a bus to something " - other than a controller"); + "other than a controller"); } | TARGET NUMBER = { cur.d_target = $2; } |