changeset 3535:c08cb8ae6c9c

(excluded_filename): 0 -> false, since it's a boolean context.
author Jim Meyering <jim@meyering.net>
date Sun, 30 Sep 2001 06:26:46 +0000
parents 40fb5bd3b42d
children c12b5640ab64
files lib/exclude.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/exclude.c
+++ b/lib/exclude.c
@@ -147,7 +147,7 @@
 
   /* If no options are given, the default is to include.  */
   if (exclude_count == 0)
-    return 0;
+    return false;
   else
     {
       struct patopts const *exclude = ex->exclude;