test_shutdown now always returns a value.

This commit is contained in:
2024-09-14 14:17:35 -07:00
parent fc783b7d54
commit e19be4c2a4

View File

@@ -76,4 +76,5 @@ bool test_shutdown()
} }
KrShutdown(); KrShutdown();
return true;
} }