about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/titlebar.c')
-rw-r--r--src/ui/titlebar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index e587bab0..a22abaeb 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -190,8 +190,7 @@ _title_bar_draw(void)
 
     werase(win);
     wmove(win, 0, 0);
-    int i;
-    for (i = 0; i < 45; i++) {
+    for (int i = 0; i < 45; i++) {
         waddch(win, ' ');
     }