summaryrefslogtreecommitdiff
path: root/misc_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc_gui.c')
-rw-r--r--misc_gui.c2
1 files changed, 1 insertions, 1 deletions
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);