Skip to content
Snippets Groups Projects
Commit 474ecc55 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix JSDOCS WITH_SDL build.

Apparently, whatever was making this not link before has been fixed,
and so this workaround was breaking it.
parent c213a32c
No related branches found
No related tags found
No related merge requests found
Pipeline #7865 passed
......@@ -1170,11 +1170,7 @@ static const char* sbbscon_ver()
/****************************************************************************/
/* Main Entry Point */
/****************************************************************************/
#if defined(BUILD_JSDOCS) && defined(WITH_SDL)
int CIOLIB_main(int argc, char** argv)
#else
int main(int argc, char** argv)
#endif
{
int i;
int n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment