~smlavine/onclick

b435ba68e1b5dbfbf1973eed83e787eb4b8759ca — Sebastian LaVine 1 year, 1 month ago aa4f478
Remove needless line break
1 files changed, 1 insertions(+), 2 deletions(-)

M main.ha
M main.ha => main.ha +1 -2
@@ 40,8 40,7 @@ fn prepare() void = {
	// Cleanup the terminal before suspend (^Z).
	// Located here because this will be called after the TSTP handler
	// is reset.
	signal::handle(signal::sig::TSTP, &_cleanup,
		signal::flag::RESETHAND);
	signal::handle(signal::sig::TSTP, &_cleanup, signal::flag::RESETHAND);
};

fn _prepare(s: signal::sig, i: *signal::siginfo, u: *opaque) void = {