fixed semicolon

This commit is contained in:
Andy Newjack 2019-11-05 00:33:43 -04:00
parent 73316c220f
commit 9a38c128fa

View File

@ -255,5 +255,5 @@ pub struct DBOpts {
pub option_flags: u32,
pub shortcuts: [u8; 0xA40],
pub symbol_chats: [u8; 0x4E0],
pub team_name: [u16; 16];
pub team_name: [u16; 16],
}