mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-02-01 23:21:14 +00:00
No need to cast from char* to const char*
This commit is contained in:
parent
53e307050b
commit
28ecdc6bc7
|
@ -101,7 +101,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
/* Call Harness */
|
||||
result = SDLTest_RunSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations);
|
||||
result = SDLTest_RunSuites(testSuites, userRunSeed, userExecKey, filter, testIterations);
|
||||
|
||||
/* Empty event queue */
|
||||
done = 0;
|
||||
|
|
Loading…
Reference in a new issue