Skip to content

Commit ea3b319

Browse files
committed
add missing semi-colons
1 parent 4928bd9 commit ea3b319

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unix/bsd/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ pub const O_NDELAY: ::c_int = O_NONBLOCK;
215215
pub const F_GETOWN: ::c_int = 5;
216216
pub const F_SETOWN: ::c_int = 6;
217217

218-
pub const F_RDLCK: ::c_short = 1
219-
pub const F_UNLCK: ::c_short = 2
220-
pub const F_WRLCK: ::c_short = 3
218+
pub const F_RDLCK: ::c_short = 1;
219+
pub const F_UNLCK: ::c_short = 2;
220+
pub const F_WRLCK: ::c_short = 3;
221221

222222
pub const MNT_FORCE: ::c_int = 0x80000;
223223

0 commit comments

Comments
 (0)