diff options
Diffstat (limited to 'examples/window.rs')
-rw-r--r-- | examples/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/window.rs b/examples/window.rs index dce8f3a..400aa84 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -9,7 +9,7 @@ extern crate glutin; mod support; #[cfg(target_os = "android")] -android_start!(main) +android_start!(main); #[cfg(not(feature = "window"))] fn main() { println!("This example requires glutin to be compiled with the `window` feature"); } |