--- a/src/gtkblist.c Mon Oct 25 19:50:30 2004 +0000 +++ b/src/gtkblist.c Mon Oct 25 23:45:26 2004 +0000 @@ -440,7 +440,7 @@ #endif static char dim_grey_string[8] = ""; -static char *dim_grey() +static char *dim_grey() { if (!gtkblist) return "dim grey"; @@ -453,7 +453,7 @@ } return dim_grey_string; } - + /*************************************************** * Callbacks * ***************************************************/ @@ -2899,7 +2899,7 @@ else text = g_strdup_printf("%s\n" "<span color='%s' size='smaller'>%s%s%s</span>", esc, - dim_grey(), + dim_grey(), statustext != NULL ? statustext : "", idletime != NULL ? idletime : "", warning != NULL ? warning : "");