summaryrefslogtreecommitdiff
path: root/src/w32menu.c
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>1997-10-13 18:06:22 +0000
committerAndrew Innes <andrewi@gnu.org>1997-10-13 18:06:22 +0000
commit4a80f0815d27df3374b81d0df17e584374feab0c (patch)
tree875957844dbff4c85ab2b813bf47a2b0b7473a4e /src/w32menu.c
parent261bfd0e0e4379a33fda653cf3d618d99174578f (diff)
downloademacs-4a80f0815d27df3374b81d0df17e584374feab0c.tar.gz
Pass menu handle by value.
Diffstat (limited to 'src/w32menu.c')
-rw-r--r--src/w32menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32menu.c b/src/w32menu.c
index 0495818d7ff..73f1dcb920b 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1316,7 +1316,7 @@ cached information about equivalent key sequences.")
/* Display them in a menu. */
BLOCK_INPUT;
- selection = w32menu_show (f, xpos, ypos, menu, &hmenu, &error_name);
+ selection = w32menu_show (f, xpos, ypos, menu, hmenu, &error_name);
UNBLOCK_INPUT;