Skip to content

Commit

Permalink
template: Drop args to main
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Aug 25, 2024
1 parent 2708c3f commit fee9386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use uefi::prelude::*;

#[entry]
fn main(_handle: Handle, system_table: SystemTable<Boot>) -> Status {
fn main() -> Status {
uefi::helpers::init().unwrap();

Status::SUCCESS
Expand Down

0 comments on commit fee9386

Please sign in to comment.