Minor cleanup of DN

This commit is contained in:
2026-06-24 22:46:40 +10:00
parent aeaa497a7b
commit 924a092874
3 changed files with 26 additions and 41 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ DN_API void DN_OS_GenBytesSecure(void *buffer, DN_U32 size)
DN_API bool DN_OS_SetEnvVar(DN_Str8 name, DN_Str8 value)
{
DN_VerifyWarning(false, "Unimplemented function");
DN_VerifyWarningF(false, "Unimplemented function");
(void)name;
(void)value;
bool result = false;