diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-02-19 04:47:31 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-02-19 04:47:31 +0000 |
| commit | b04073e3aef4b6c7e7d2755a7bbc098e5f2a03f8 (patch) | |
| tree | 3dc9049dc2cf270bdc6dca8c60ad58dc83c8fd80 /command.c | |
| parent | ee3dcfe98fdc32918e3476f437b9603983d6d0be (diff) | |
Vendor import of less v530.vendor/less/v530
Notes
svn path=/vendor/less/dist/; revision=329552
svn path=/vendor/less/v530/; revision=329553; tag=vendor/less/v530
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) |
