DISK: Remove dangling semicolon compiler warning.

This commit is contained in:
Mark Pizzolato 2019-07-07 19:27:28 -07:00
parent 6f5d8d3ed0
commit 526e03bbe1

View file

@ -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);