Fix trailing_semicolon on egl macro

This commit is contained in:
Victor Brekenfeld 2021-10-23 15:24:55 +02:00
parent 121014a9eb
commit af8863578e
1 changed files with 1 additions and 1 deletions

View File

@ -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(