diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/msh_unused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh_unused.c b/shell/msh_unused.c index fe85a8170..d4fe3db1b 100644 --- a/shell/msh_unused.c +++ b/shell/msh_unused.c @@ -2064,7 +2064,7 @@ static int rlookup(char *n) { "{" , '{' }, { "}" , '}' }, { "." , DOT }, - { }, + { "" , 0 }, }; const struct res *rp; |