diff tools/libgfx.h @ 2599:c3c1d3c75f53

s/DM_PROBE_SCORE_false/DM_PROBE_SCORE_FALSE/g
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 19 Nov 2023 18:33:52 +0200
parents 9807ae37ad69
children
line wrap: on
line diff
--- a/tools/libgfx.h	Sun Nov 19 04:02:18 2023 +0200
+++ b/tools/libgfx.h	Sun Nov 19 18:33:52 2023 +0200
@@ -64,7 +64,7 @@
 // Probe scores
 enum
 {
-    DM_PROBE_SCORE_false   = 0,
+    DM_PROBE_SCORE_FALSE   = 0,
     DM_PROBE_SCORE_MAYBE   = 250,
     DM_PROBE_SCORE_AVG     = 500,
     DM_PROBE_SCORE_GOOD    = 750,