client::next: handle done
1 files changed, 1 insertions(+), 1 deletions(-) M cmd/git-credential-himitsu/main.ha
M cmd/git-credential-himitsu/main.ha => cmd/git-credential-himitsu/main.ha +1 -1
@@ 92,7 92,7 @@ export fn main() void = { yield s; case let err: client::error => fmt::fatal("Error:", client::strerror(err)); - case void => + case done => return; }; defer query::finish(&q);