From b72432fdcc59300c6fe7c9d6c8a31ad3447933f5 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Fri, 19 Feb 1999 17:11:39 +0000 Subject: Imported from ../bash-2.03.tar.gz. --- examples/loadables/necho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/loadables/necho.c') diff --git a/examples/loadables/necho.c b/examples/loadables/necho.c index 695062a..521ee2c 100644 --- a/examples/loadables/necho.c +++ b/examples/loadables/necho.c @@ -22,7 +22,7 @@ char *necho_doc[] = { (char *)NULL }; -struct builtin echo_struct = { +struct builtin necho_struct = { "echo", necho_builtin, BUILTIN_ENABLED, -- cgit v1.2.3