Skip to content
Snippets Groups Projects
Commit ea3b3197 authored by Jeremy Larkin's avatar Jeremy Larkin
Browse files

add missing semi-colons

parent 4928bd98
No related branches found
No related tags found
No related merge requests found
......@@ -215,9 +215,9 @@ pub const O_NDELAY: ::c_int = O_NONBLOCK;
pub const F_GETOWN: ::c_int = 5;
pub const F_SETOWN: ::c_int = 6;
pub const F_RDLCK: ::c_short = 1
pub const F_UNLCK: ::c_short = 2
pub const F_WRLCK: ::c_short = 3
pub const F_RDLCK: ::c_short = 1;
pub const F_UNLCK: ::c_short = 2;
pub const F_WRLCK: ::c_short = 3;
pub const MNT_FORCE: ::c_int = 0x80000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment