From 623fd5e206d3e1e1f1f9cfa18656b263995a4cf2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 25 Jan 2005 21:42:15 +0000 Subject: updated for version 7.0044 --- src/gui_athena.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui_athena.c b/src/gui_athena.c index 7bbb6c20af..d9860017dd 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -1001,7 +1001,7 @@ gui_mch_new_menu_font() Dimension height; XtVaGetValues(mp->id, - XtNheight,(XtArgVal *)&height, + XtNheight, &height, NULL); if (height < max_height) max_height = height; -- cgit v1.2.3