Browse Source

Apply suggestions (VI)

pull/63/head
TechiePi 2 years ago
parent
commit
990edffd21
  1. 2
      ctru-rs/src/services/cfgu.rs

2
ctru-rs/src/services/cfgu.rs

@ -58,7 +58,7 @@ impl Cfgu {
/// ///
/// ctrulib services are reference counted, so this function may be called /// ctrulib services are reference counted, so this function may be called
/// as many times as desired and the service will not exit until all /// as many times as desired and the service will not exit until all
/// instances of Fs drop out of scope. /// instances of Cfgu drop out of scope.
pub fn init() -> crate::Result<Cfgu> { pub fn init() -> crate::Result<Cfgu> {
unsafe { unsafe {
let r = ctru_sys::cfguInit(); let r = ctru_sys::cfguInit();

Loading…
Cancel
Save