diff options
Diffstat (limited to 'fish/echo.c')
-rw-r--r-- | fish/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/echo.c b/fish/echo.c index 33992d4f..783c0f69 100644 --- a/fish/echo.c +++ b/fish/echo.c @@ -25,7 +25,7 @@ #include "fish.h" int -do_echo (const char *cmd, int argc, char *argv[]) +run_echo (const char *cmd, int argc, char *argv[]) { int i; |