]> Chaos Git - corbenik/ctrulib.git/commitdiff
() -> (void)
authorfincs <fincs.alt1@gmail.com>
Fri, 10 Jun 2016 16:14:30 +0000 (18:14 +0200)
committerfincs <fincs.alt1@gmail.com>
Fri, 10 Jun 2016 16:14:30 +0000 (18:14 +0200)
libctru/include/3ds/services/apt.h
libctru/source/services/apt.c

index ae961e8765fcd4f49ee47121a4317bfa3cacea23..add0bdd28b56c13d9bba16d358f9172c2dd55fd5 100644 (file)
@@ -139,7 +139,7 @@ void aptSignalReadyForSleep(void);
  * @brief Gets whether to allow the system to enter sleep mode.
  * @return Whether sleep mode is allowed.
  */
-bool aptIsSleepAllowed();
+bool aptIsSleepAllowed(void);
 
 /**
  * @brief Sets whether to allow the system to enter sleep mode.
index 688c16e396912c54a71a232a267158e02204a290..1d19167a23ca4f4cd080ab6d139539a8e7137d00 100644 (file)
@@ -719,7 +719,7 @@ void aptSignalReadyForSleep(void)
        svcSignalEvent(aptSleepSync);
 }
 
-bool aptIsSleepAllowed()
+bool aptIsSleepAllowed(void)
 {
        return aptSleepAllowed;
 }