Browse Source

Update ctru-rs/examples/file-explorer.rs

Co-authored-by: Ian Chamberlain <ian-h-chamberlain@users.noreply.github.com>
pull/134/head
Meziu 1 year ago committed by GitHub
parent
commit
79e0d04da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ctru-rs/examples/file-explorer.rs

2
ctru-rs/examples/file-explorer.rs

@ -143,7 +143,7 @@ impl<'a> FileExplorer<'a> {
} }
} }
/// Paginate output.' // Paginate output.
fn wait_for_page_down(&mut self) { fn wait_for_page_down(&mut self) {
println!("Press A to go to next page, or Start to exit"); println!("Press A to go to next page, or Start to exit");

Loading…
Cancel
Save