diff options
Diffstat (limited to 'command.c')
| -rw-r--r-- | command.c | 2 |
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) |
