]> Chaos Git - corbenik/ctrulib.git/commitdiff
correct aptEventHandler signature
authorDave Murphy <davem@devkitpro.org>
Wed, 11 Feb 2015 22:14:37 +0000 (22:14 +0000)
committerDave Murphy <davem@devkitpro.org>
Wed, 11 Feb 2015 22:15:13 +0000 (22:15 +0000)
libctru/source/services/apt.c

index 1d9bc487f86ae77fd7d4a4be19f0bbf6512e2a26..9560c79cb8abb65c20431a0f587539fa12eb07b7 100644 (file)
@@ -380,7 +380,7 @@ static bool __handle_incoming_parameter() {
        return true;
 }
 
-void aptEventHandler(u32 arg)
+void aptEventHandler(void *arg)
 {
        bool runThread = true;