svn commit: r310880 - user/bapt/diff

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 31 00:54:13 UTC 2016


Author: bapt
Date: Sat Dec 31 00:54:12 2016
New Revision: 310880
URL: https://svnweb.freebsd.org/changeset/base/310880

Log:
  Fix typo

Modified:
  user/bapt/diff/diff.h

Modified: user/bapt/diff/diff.h
==============================================================================
--- user/bapt/diff/diff.h	Sat Dec 31 00:49:30 2016	(r310879)
+++ user/bapt/diff/diff.h	Sat Dec 31 00:54:12 2016	(r310880)
@@ -65,7 +65,7 @@
 #define D_PROTOTYPE		0x080	/* Display C function prototype */
 #define D_EXPANDTABS		0x100	/* Expand tabs to spaces */
 #define D_IGNOREBLANKS		0x200	/* Ignore white space changes */
-#define D_STRIPCR		0x500	/* Strip trailing cr */
+#define D_STRIPCR		0x400	/* Strip trailing cr */
 
 /*
  * Status values for print_status() and diffreg() return values


More information about the svn-src-user mailing list