Minor coding style fixes

This commit is contained in:
Georg Reinke 2012-07-26 11:52:32 +02:00
parent ed067579b9
commit 2b9ca04290
1 changed files with 2 additions and 1 deletions

3
bar.c
View File

@ -43,7 +43,7 @@ static xcb_gcontext_t draw_gc;
static xcb_gcontext_t clear_gc;
static xcb_gcontext_t underl_gc;
static int bar_width;
static bool bar_bottom;
static int bar_bottom;
static fontset_item_t fontset[FONT_MAX];
static fontset_item_t *sel_font = &fontset[FONT_MAIN];
@ -398,6 +398,7 @@ main (int argc, char **argv)
xcb_expose_event_t *expose_ev;
int permanent = 0;
bar_bottom = 0;
char ch;
while ((ch = getopt (argc, argv, "phb")) != -1) {