diff options
Diffstat (limited to 'oldXMenu/SetAEQ.c')
| -rw-r--r-- | oldXMenu/SetAEQ.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 0e81ed55a49..7cdb867ff09 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c | |||
| @@ -18,9 +18,9 @@ | |||
| 18 | 18 | ||
| 19 | #include "XMenuInt.h" | 19 | #include "XMenuInt.h" |
| 20 | 20 | ||
| 21 | XMenuSetAEQ(menu, aeq) | 21 | XMenuSetAEQ(register XMenu *menu, register int aeq) |
| 22 | register XMenu *menu; /* Menu object to be modified. */ | 22 | /* Menu object to be modified. */ |
| 23 | register int aeq; /* AEQ mode? */ | 23 | /* AEQ mode? */ |
| 24 | { | 24 | { |
| 25 | /* | 25 | /* |
| 26 | * Set the AEQ mode switch. | 26 | * Set the AEQ mode switch. |