mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
Fix a compiler warning.
Submitted by: David Leimbach <leimy2k@mac.com>
This commit is contained in:
parent
7dfdab9659
commit
604c210c15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113901
@ -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 New Issue
Block a user