summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui_athena.c2
1 files changed, 1 insertions, 1 deletions
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;