From 4dc44e8fce222a21f5eb8b86ecb226855c34999b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 31 Mar 2025 12:41:04 -0400 Subject: track upstream --- user/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/shell.c') diff --git a/user/shell.c b/user/shell.c index 628e9b7..f8c13cd 100644 --- a/user/shell.c +++ b/user/shell.c @@ -27,7 +27,7 @@ typedef struct proc_s { uint_t index; // process table index int8_t prio; // process priority char select[3]; // identifying character, NUL, extra - char *args[MAX_ARGS]; // argument vector strings + char *args[N_ARGS]; // argument vector strings } proc_t; /* -- cgit v1.2.3-freya