summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/version.c b/src/version.c
index 0dfd5aa1..a6e8e2b2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 173,
+/**/
172,
/**/
171,
@@ -1623,10 +1625,9 @@ do_intro_line(row, mesg, add_version, attr)
/*
* ":intro": clear screen, display intro screen and wait for return.
*/
-/*ARGSUSED*/
void
ex_intro(eap)
- exarg_T *eap;
+ exarg_T *eap UNUSED;
{
screenclear();
intro_message(TRUE);