Fix trailing_semicolon on egl macro
This commit is contained in:
parent
121014a9eb
commit
af8863578e
|
@ -47,7 +47,7 @@ macro_rules! egl_platform {
|
|||
$native_display,
|
||||
$required_extensions,
|
||||
vec![ffi::egl::NONE as ffi::EGLint]
|
||||
);
|
||||
)
|
||||
};
|
||||
($platform:ident, $native_display:expr, $required_extensions:expr, $attrib_list:expr) => {
|
||||
EGLPlatform::new(
|
||||
|
|
Loading…
Reference in New Issue