Correct inexplicable tab smash.

Noticed by:	Nate Lawson <nate@root.org>
This commit is contained in:
Jordan K. Hubbard 2003-12-17 08:03:18 +00:00
parent 03a1bc3e93
commit 2c09e9e3a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123589

View File

@ -45,7 +45,7 @@
#define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
#define FNM_PERIOD 0x04 /* Period must be matched by period. */
#define FNM_NOSYS -1 /* Reserved */
#define FNM_NOSYS -1 /* Reserved */
#if __BSD_VISIBLE
#define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */