summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 332d23c4dd14..4338b3d33f6e 100644
--- a/command.c
+++ b/command.c
@@ -806,7 +806,7 @@ getcc_end_command()
* (characters previously given to ungetcc or ungetsc).
*/
static LWCHAR
-getccu()
+getccu(VOID_PARAM)
{
LWCHAR c;
if (ungot == NULL)