aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-02 16:43:37 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-08 13:55:49 -0700
commita3f8e27bf8487cf2e74e66cabbd4b1ab6d8294a8 (patch)
tree8378e77979bf57666ff5576f49e812f733c75572 /src/wildcard.h
parentb55c13f275519d68ea24ecd08d4bd0f426b94722 (diff)
rename ACCEPT_INCOMPLETE to FOR_COMPLETIONS, which is clearer
Diffstat (limited to 'src/wildcard.h')
-rw-r--r--src/wildcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wildcard.h b/src/wildcard.h
index a22f8338..9325bb4c 100644
--- a/src/wildcard.h
+++ b/src/wildcard.h
@@ -59,7 +59,7 @@ enum
\param wc The wildcard string
\param base_dir The base directory of the filesystem to perform the match against
- \param flags flags for the search. Can be any combination of ACCEPT_INCOMPLETE and EXECUTABLES_ONLY
+ \param flags flags for the search. Can be any combination of FOR_COMPLETIONS and EXECUTABLES_ONLY
\param out The list in which to put the output
\return 1 if matches where found, 0 otherwise. Return -1 on abort (I.e. ^C was pressed).