diff --git a/src/log.h b/src/log.h index 8923468..8813834 100644 --- a/src/log.h +++ b/src/log.h @@ -1,8 +1,8 @@ #ifndef VKE_LOG_H #define VKE_LOG_H -#define VKE_LOG_DEBUG = 0 -#define VKE_LOG_ERROR = 1 +#define VKE_LOG_DEBUG 0 +#define VKE_LOG_ERROR 1 // Sets the global log level (VKE_LOG_DEBUG by default). void vkeSetLogLevel(int level);