diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-16 20:18:16 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-16 20:18:16 +0100 |
| commit | 23a676ec641f3d098bf288527f804236a2e38d6b (patch) | |
| tree | 0ff4a1f6450fc1063895c4c75c58d21c823431c1 | |
| parent | fa5ced5316895b2574f2b8a2af9994f7f7ff8838 (diff) | |
if condition brace
| -rw-r--r-- | dwm.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1666,9 +1666,8 @@ setup(void) cursor[CurMove] = drw_cur_create(drw, XC_fleur); /* init appearance */ scheme = ecalloc(LENGTH(colors), sizeof(Clr *)); - for (i = 0; i < LENGTH(colors); i++) { + for (i = 0; i < LENGTH(colors); i++) scheme[i] = drw_scm_create(drw, colors[i], 5); - } /* init mouse */ if (mouse_default == 0) { |
