i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit a6e33348eaea7716507fc72d42116d1b9b208f6c
parent a46f2c8a4ce8f2b498e37ee6998652fce9d9d682
Author: Raymond Li <hi@raymond.li>
Date:   Mon, 25 Jan 2021 23:49:25 -0500

Update i3lock.c

Diffstat:
Mi3lock.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i3lock.c b/i3lock.c
@@ -268,8 +268,8 @@ bool redraw_thread = false;
 #define BAR_DEFAULT 0
 #define BAR_REVERSED 1
 #define BAR_BIDIRECTIONAL 2
-#define MAX_BAR_COUNT 65535;
-#define MIN_BAR_COUNT 1;
+#define MAX_BAR_COUNT 65535
+#define MIN_BAR_COUNT 1
 
 bool bar_enabled = false;
 double *bar_heights = NULL;