diff src/version.c @ 1876:932ff0c0f57b v7.2.173

updated for version 7.2-173
author vimboss
date Thu, 14 May 2009 20:20:33 +0000
parents 09f00d57222b
children b5c1cb6f8d56
line wrap: on
line diff
--- 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, at
 /*
  * ":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);