DISK: Remove dangling semicolon compiler warning.
This commit is contained in:
parent
6f5d8d3ed0
commit
526e03bbe1
1 changed files with 1 additions and 1 deletions
|
@ -1518,7 +1518,7 @@ if (partitions) {
|
||||||
}
|
}
|
||||||
uptr->capac = saved_capac;
|
uptr->capac = saved_capac;
|
||||||
return ret_val;
|
return ret_val;
|
||||||
};
|
}
|
||||||
|
|
||||||
typedef t_offset (*FILESYSTEM_CHECK)(UNIT *uptr);
|
typedef t_offset (*FILESYSTEM_CHECK)(UNIT *uptr);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue