svn commit: r194070 - head/contrib/csup

Ulf Lilleengen lulf at FreeBSD.org
Fri Jun 12 16:37:54 UTC 2009


Author: lulf
Date: Fri Jun 12 16:37:53 2009
New Revision: 194070
URL: http://svn.freebsd.org/changeset/base/194070

Log:
  - Remove semicolon that should not have been there.
  
  Submitted by:	rdivacky
  MFC after:	1 week

Modified:
  head/contrib/csup/rcsfile.c

Modified: head/contrib/csup/rcsfile.c
==============================================================================
--- head/contrib/csup/rcsfile.c	Fri Jun 12 16:07:06 2009	(r194069)
+++ head/contrib/csup/rcsfile.c	Fri Jun 12 16:37:53 2009	(r194070)
@@ -730,7 +730,7 @@ rcsfile_print(struct rcsfile *rf)
 		lprintf(1, "Strict!\n");
 	if (rf->comment != NULL)
 		lprintf(1, "comment: '%s'\n", rf->comment);
-	if (rf->expand != EXPAND_DEFAULT);
+	if (rf->expand != EXPAND_DEFAULT)
 		lprintf(1, "expand: '%s'\n", keyword_encode_expand(rf->expand));
 	
 	/* Print all deltas. */


More information about the svn-src-head mailing list