Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 00:54:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r310880 - user/bapt/diff
Message-ID:  <201612310054.uBV0sCiJ092300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612310054.uBV0sCiJ092300>