diff options
| author | panicbit <[email protected]> | 2017-07-11 03:21:47 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-11 03:21:47 +0200 |
| commit | 393ef5f8a9ad90cc7705f5900e70cd35fee9599d (patch) | |
| tree | 4fe3c3ec2c236a2c80537e7ebc5ae6a49df16775 /ctr-std/src/sys/unix/time.rs | |
| parent | Remove ctr-libc dep from ctr-std (diff) | |
| parent | Merge pull request #31 from FenrirWolf/ctrulib-update (diff) | |
| download | archived-ctru-rs-393ef5f8a9ad90cc7705f5900e70cd35fee9599d.tar.xz archived-ctru-rs-393ef5f8a9ad90cc7705f5900e70cd35fee9599d.zip | |
Merge branch 'master' into nightly_update
Diffstat (limited to 'ctr-std/src/sys/unix/time.rs')
| -rw-r--r-- | ctr-std/src/sys/unix/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctr-std/src/sys/unix/time.rs b/ctr-std/src/sys/unix/time.rs index e8c0632..3bc1dca 100644 --- a/ctr-std/src/sys/unix/time.rs +++ b/ctr-std/src/sys/unix/time.rs @@ -192,7 +192,7 @@ mod inner { // Gets the current system tick #[inline] fn get_system_tick() -> u64 { - unsafe { libctru::svc::svcGetSystemTick() } + unsafe { libctru::svcGetSystemTick() } } // A struct representing the clock speed of the 3DS |