mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix a missing const in my previous commit which broke the build at
normal WARNS. Reported by: lwhsu
This commit is contained in:
parent
88d950a650
commit
6be33b8301
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue