diff options
Diffstat (limited to 'fish/supported.c')
-rw-r--r-- | fish/supported.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/supported.c b/fish/supported.c index c97af143..3a0c93c0 100644 --- a/fish/supported.c +++ b/fish/supported.c @@ -26,7 +26,7 @@ #include "fish.h" int -do_supported (const char *cmd, int argc, char *argv[]) +run_supported (const char *cmd, int argc, char *argv[]) { char **groups; |