diff options
Diffstat (limited to 'shell/msh.c')
-rw-r--r-- | shell/msh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh.c b/shell/msh.c index cd4695454..fd4a54117 100644 --- a/shell/msh.c +++ b/shell/msh.c | |||
@@ -159,7 +159,7 @@ static int mshdbg_rc = 0; | |||
159 | /* | 159 | /* |
160 | * library and system definitions | 160 | * library and system definitions |
161 | */ | 161 | */ |
162 | typedef void xint; /* base type of jmp_buf, for not broken compilers */ | 162 | typedef void xint; /* base type of jmp_buf, for not broken compilers */ |
163 | 163 | ||
164 | /* | 164 | /* |
165 | * shell components | 165 | * shell components |