summaryrefslogtreecommitdiffstats
path: root/fish/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'fish/glob.c')
-rw-r--r--fish/glob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/glob.c b/fish/glob.c
index 1a18b370..41f2bcdd 100644
--- a/fish/glob.c
+++ b/fish/glob.c
@@ -31,7 +31,7 @@
static void glob_issue (char *cmd, int argc, char ***globs, int *posn, int *count, int *r);
int
-do_glob (const char *cmd, int argc, char *argv[])
+run_glob (const char *cmd, int argc, char *argv[])
{
/* For 'glob cmd foo /s* /usr/s*' this could be:
*