Fix a missing const in my previous commit which broke the build at

normal WARNS.

Reported by:	lwhsu
This commit is contained in:
Bruce Evans 2017-04-03 15:11:28 +00:00
parent 88d950a650
commit 6be33b8301
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316462

View file

@ -1167,7 +1167,7 @@ static void
test_frame(void)
{
vid_info_t info;
char *bg, *sep;
const char *bg, *sep;
int i, fore;
info.size = sizeof(info);