Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 852af73c authored by Ryan Prichard's avatar Ryan Prichard Committed by Automerger Merge Worker
Browse files

Merge "Declare main outside of extern "C" block" into main am: 3aed5fd2

parents 28bc1313 3aed5fd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -402,6 +402,8 @@ noinline int do_action(const char* arg) {
    return EXIT_SUCCESS;
}

}  // extern "C"

int main(int argc, char** argv) {
#if defined(STATIC_CRASHER)
    debuggerd_callbacks_t callbacks = {
@@ -427,5 +429,3 @@ int main(int argc, char** argv) {

    return usage();
}

};