Fix apparent typo (#345)

This commit is contained in:
Alexander Wells
2022-09-30 15:19:00 +01:00
committed by GitHub
parent d76cca3fbc
commit de454a8d5c
+1 -1
View File
@@ -107,7 +107,7 @@ void bvlc_debug_enable(void)
*/
void bvlc_debug_disable(void)
{
BVLC_Debug = true;
BVLC_Debug = false;
}
/**