Fix naming
This commit is contained in:
@@ -145,8 +145,8 @@ bitflags! {
|
|||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
pub struct TcgOpFlag: i32 {
|
pub struct TcgOpFlag: i32 {
|
||||||
const FLAG_CMP = 1;
|
const CMP = 1;
|
||||||
const FLAG_DIRECT = 2;
|
const DIRECT = 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user