mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Add missing quote to yyerror call.
This commit is contained in:
parent
6367cd09b8
commit
f7ad28d790
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9574
@ -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; } |
|
||||
|
Loading…
Reference in New Issue
Block a user