summaryrefslogtreecommitdiff
path: root/oldXMenu/Destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu/Destroy.c')
-rw-r--r--oldXMenu/Destroy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index 117f04ed1c5..906d92fb8cf 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -15,9 +15,9 @@
#include "XMenuInt.h"
-XMenuDestroy(display, menu)
- Display *display;
- register XMenu *menu; /* Menu object to destroy. */
+XMenuDestroy(Display *display, register XMenu *menu)
+
+ /* Menu object to destroy. */
{
register XMPane *p_ptr; /* Pointer to the current pane. */
register XMPane *p_next; /* Pointer to the next pane. */