This commit is contained in:
pjht 2024-11-03 11:07:08 -06:00
parent f4f2e55ee6
commit 1b98ae3ecd
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -149,7 +149,8 @@ pub fn error_string(errno: Errno) -> String {
EEOF => "Unexpected EOF", EEOF => "Unexpected EOF",
EINVALDAT => "Invalid data", EINVALDAT => "Invalid data",
EWRZERO => "Write zero", EWRZERO => "Write zero",
}.to_string() }
.to_string()
} }
pub fn getcwd() -> io::Result<PathBuf> { pub fn getcwd() -> io::Result<PathBuf> {