From b4885050a417b18a3a0185fc1f44b7cb75c35069 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 11 Aug 2009 12:10:31 -0400 Subject: s/Bw_Force/BW_Force/g --- src/bw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bw.c') diff --git a/src/bw.c b/src/bw.c index 5e1c47af..7f4785bb 100644 --- a/src/bw.c +++ b/src/bw.c @@ -182,7 +182,7 @@ void a_Bw_stop_clients(BrowserWindow *bw, int flags) if (flags & BW_Root) { /* Remove root clients */ while ((data = dList_nth_data(bw->RootClients, 0))) { - a_Capi_stop_client(VOIDP2INT(data), (flags & Bw_Force)); + a_Capi_stop_client(VOIDP2INT(data), (flags & BW_Force)); dList_remove_fast(bw->RootClients, data); } } @@ -190,7 +190,7 @@ void a_Bw_stop_clients(BrowserWindow *bw, int flags) if (flags & BW_Img) { /* Remove image clients */ while ((data = dList_nth_data(bw->ImageClients, 0))) { - a_Capi_stop_client(VOIDP2INT(data), (flags & Bw_Force)); + a_Capi_stop_client(VOIDP2INT(data), (flags & BW_Force)); dList_remove_fast(bw->ImageClients, data); } } -- cgit v1.2.3