diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-09-15 10:47:32 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-09-15 10:47:32 +0200 |
| commit | 91f9a04b51452c8e00e8a7f0a98ec37f01b0e08a (patch) | |
| tree | 618fe0d6ff106e7d389ef5de34f425f9c8a1ad1e /sokol_log.h | |
| parent | f8a5ad396b619c9583b3a3dc364ae3f7405f530f (diff) | |
fix misleading _DEBUG vs NDEBUG doc comments
Diffstat (limited to 'sokol_log.h')
| -rw-r--r-- | sokol_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sokol_log.h b/sokol_log.h index 0eef3a98..081ea0de 100644 --- a/sokol_log.h +++ b/sokol_log.h @@ -25,7 +25,7 @@ Optionally define the following for verbose output: - SOKOL_DEBUG - by default this is defined if _DEBUG is defined + SOKOL_DEBUG - by default this is defined if NDEBUG is not defined OVERVIEW |