summaryrefslogtreecommitdiff
path: root/glitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'glitch.h')
-rw-r--r--glitch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glitch.h b/glitch.h
index 49af39a..d62f743 100644
--- a/glitch.h
+++ b/glitch.h
@@ -26,10 +26,10 @@ extern Atom _NET_WM_DESKTOP;
#define COLOR_RESET "\x1B[0m"
typedef enum {
+ LOG_ERROR,
+ LOG_WARNING,
LOG_INFO,
LOG_DEBUG,
- LOG_WARNING,
- LOG_ERROR,
} LogLevel;
typedef enum {