1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Fix gcc warning

This commit is contained in:
Pavel Labath 2010-07-29 16:29:11 +02:00
parent dad4b80c8f
commit 074271b430

View File

@ -2460,7 +2460,8 @@ static void reload_config(void)
}
#ifdef BUILD_X11
void clean_up_x11() {
void clean_up_x11(void)
{
if(window_created == 1) {
long border_total = window.border_inner_margin
+ window.border_outer_margin + window.border_width;