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

Commit 6a0e6461 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "reverb_test: Print input arguments"

parents 378c3eb0 d4b75e70
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -212,7 +212,9 @@ int main(int argc, const char* argv[]) {
        printUsage();
        return EXIT_FAILURE;
    }

    for (int i = 1; i < argc; i++) {
        printf("%s ", argv[i]);
    }
    reverbConfigParams_t revConfigParams{};  // default initialize
    const char* inputFile = nullptr;
    const char* outputFile = nullptr;