From 5105427ac0aae405dfc58fee4fbcb81902fb92d2 Mon Sep 17 00:00:00 2001 From: gibbs Date: Tue, 18 Jul 1995 06:11:34 +0000 Subject: Add missing quote to yyerror call. --- usr.sbin/config/config.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/config') diff --git a/usr.sbin/config/config.y b/usr.sbin/config/config.y index cc21222..c161952 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; } | -- cgit v1.1