mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a compiler warning.
Submitted by: David Leimbach <leimy2k@mac.com>
This commit is contained in:
parent
7dfdab9659
commit
604c210c15
1 changed files with 2 additions and 0 deletions
|
|
@ -261,6 +261,8 @@ Check_Chunk(const struct disk *d, const struct chunk *c, char *msg)
|
|||
if (c->next)
|
||||
Check_Chunk(d, c->next, msg);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue