Skip to content

Commit

Permalink
Merge pull request #1356 from nicholasbishop/bishop-update-template
Browse files Browse the repository at this point in the history
template: Drop args to main
  • Loading branch information
phip1611 authored Aug 25, 2024
2 parents 9518cd1 + fee9386 commit d3eec85
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 d3eec85

Please sign in to comment.