summaryrefslogtreecommitdiff
path: root/src/user/app/vterm/vterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/app/vterm/vterm.c')
-rw-r--r--src/user/app/vterm/vterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/vterm/vterm.c b/src/user/app/vterm/vterm.c
index 102513d..bb60a34 100644
--- a/src/user/app/vterm/vterm.c
+++ b/src/user/app/vterm/vterm.c
@@ -38,7 +38,7 @@ int main(void) {
font_load("/init/font.psf");
static char buf[512];
- struct fs_wait_response res;
+ struct ufs_request res;
while (!c0_fs_wait(buf, sizeof buf, &res)) {
switch (res.op) {
case VFSOP_OPEN: