aboutsummaryrefslogtreecommitdiffstats
path: root/examples/loadables/necho.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/necho.c')
-rw-r--r--examples/loadables/necho.c2
1 files changed, 1 insertions, 1 deletions
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,