diff options
Diffstat (limited to 'stdlib/shell.c')
| -rw-r--r-- | stdlib/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/shell.c b/stdlib/shell.c index 28c85fb1..d2d0f78a 100644 --- a/stdlib/shell.c +++ b/stdlib/shell.c @@ -135,7 +135,7 @@ public OptionalClosure_t Shell$by_line(Shell_t command) return (Closure_t){.fn=(void*)_next_line, .userdata=wrapper}; } -public const TypeInfo Shell$info = { +public const TypeInfo_t Shell$info = { .size=sizeof(Shell_t), .align=__alignof__(Shell_t), .tag=TextInfo, |
