aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/sys/unix/time.rs
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-11 03:21:47 +0200
committerpanicbit <[email protected]>2017-07-11 03:21:47 +0200
commit393ef5f8a9ad90cc7705f5900e70cd35fee9599d (patch)
tree4fe3c3ec2c236a2c80537e7ebc5ae6a49df16775 /ctr-std/src/sys/unix/time.rs
parentRemove ctr-libc dep from ctr-std (diff)
parentMerge pull request #31 from FenrirWolf/ctrulib-update (diff)
downloadarchived-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.rs2
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