From 989e933fc557cbc1e9e16e45033387816ee6075e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 27 Oct 2023 17:16:58 +0200 Subject: Improved transformations and cleaned up --- utils/h48_to_src.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/h48_to_src.c') diff --git a/utils/h48_to_src.c b/utils/h48_to_src.c index b79e94b..97ee4bf 100644 --- a/utils/h48_to_src.c +++ b/utils/h48_to_src.c @@ -14,7 +14,6 @@ int main() { cube = readcube(H48, str); writecube(SRC, cube, str); fputs(str, stdout); - /* putc('\n', stdout); */ return 0; } -- cgit v1.3