From fc1252dfbe592dff84e13eb7a929130c42c6b414 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 17 Dec 2003 08:03:18 +0000 Subject: Correct inexplicable tab smash. Noticed by: Nate Lawson --- include/fnmatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/fnmatch.h b/include/fnmatch.h index 05497d5..21d6da4 100644 --- a/include/fnmatch.h +++ b/include/fnmatch.h @@ -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 / after Imatch. */ -- cgit v1.1