X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fconfig.c;h=402771b1ffc95580f4ad7f26c06bf975a4b6ca65;hb=27030c8566f2e742c55fcabce9d718b5e884933b;hp=9631b2160237732ed404ad02757ab064b8d87b9b;hpb=b6282b47bc757c3521eff090748bc81481913297;p=i3%2Fi3 diff --git a/src/config.c b/src/config.c index 9631b216..402771b1 100644 --- a/src/config.c +++ b/src/config.c @@ -202,7 +202,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath, /* Clear the old config or initialize the data structure */ memset(&config, 0, sizeof(config)); -/* Initialize default colors */ + /* Initialize default colors */ #define INIT_COLOR(x, cborder, cbackground, ctext, cindicator) \ do { \ x.border = draw_util_hex_to_color(cborder); \