From 6801cceda1cb1d81c627b6d30c19933d81179ce9 Mon Sep 17 00:00:00 2001 From: skidd13 Date: Mon, 19 Nov 2007 21:32:20 +0000 Subject: (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style --- src/signs_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signs_gui.cpp') diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index 440749743..79eca1899 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -276,7 +276,7 @@ static void QuerySignEditWndProc(Window *w, WindowEvent *e) break; case WE_DESTROY: - CLRBIT(_no_scroll, SCROLL_EDIT); + ClrBit(_no_scroll, SCROLL_EDIT); break; } } -- cgit v1.2.3-54-g00ecf