mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Make tok_last_type return an enum token_type instead of int
This commit is contained in:
@@ -381,6 +381,11 @@ static void job_or_process_extent(const wchar_t *buff,
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user