nevermind

This commit is contained in:
2024-09-11 19:24:40 +03:00
parent 82fa4bffbb
commit 82bd2939cd

View File

@@ -47,7 +47,7 @@ void Functions::DisplayVersion(void)
#elif defined(__NDK_BUILD) #elif defined(__NDK_BUILD)
if (Booleans::VerboseMode) if (Booleans::VerboseMode)
printf("NDK.\n"); printf("NDK.\n");
LOGD("%s\n", __NDK_CXX_VERSION__); LOGD("\n%s\n", __NDK_CXX_VERSION__);
#endif #endif
} }