summaryrefslogtreecommitdiff
path: root/src/user/app/shell/builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/shell/builtins.h')
-rw-r--r--src/user/app/shell/builtins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/shell/builtins.h b/src/user/app/shell/builtins.h
index aa2cd8c..1e422bb 100644
--- a/src/user/app/shell/builtins.h
+++ b/src/user/app/shell/builtins.h
@@ -4,7 +4,7 @@
struct builtin {
const char *name;
- void (*fn)(int argc, const char **argv);
+ void (*fn)(int argc, char **argv);
};
extern struct builtin builtins[];