Fix minor regressions introduced in 3e79a12

3e79a12f3d

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-08 20:21:56 -07:00
parent 2e9347399d
commit 0cdac6c68a
3 changed files with 3 additions and 3 deletions

View file

@ -394,7 +394,7 @@ pub inline fn getAll(allocator: mem.Allocator) mem.Allocator.Error![]Monitor {
Error.NotInitialized => unreachable,
else => unreachable,
};
return &.{};
unreachable;
}
/// Returns the primary monitor.