From 49584082a08db84344a54ae7e0a7927915261edf Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 9 Jan 2005 21:25:44 +0000 Subject: (svn r1451) Fix some of the signed/unsigned comparison warnings --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc_gui.c') diff --git a/misc_gui.c b/misc_gui.c index 919a6675c..ff0197c59 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -213,7 +213,7 @@ static void AboutWindowProc(Window *w, WindowEvent *e) case WE_PAINT: { const char *str; char buffer[100]; - int i; + uint i; int y = WP(w, general_d).j; DrawWindowWidgets(w); -- cgit v1.2.3-54-g00ecf