diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-27 17:16:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-27 17:16:58 +0200 |
| commit | 989e933fc557cbc1e9e16e45033387816ee6075e (patch) | |
| tree | 867ee23bdaf6ba1e0e5f001d1a15e3bb46fa3bc3 /utils/h48_to_src.c | |
| parent | 2a8d66906dde19ffb7315fb3f60a396a71612037 (diff) | |
| download | nissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.tar.gz nissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.zip | |
Improved transformations and cleaned up
Diffstat (limited to 'utils/h48_to_src.c')
| -rw-r--r-- | utils/h48_to_src.c | 1 |
1 files changed, 0 insertions, 1 deletions
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() { | |||
| 14 | cube = readcube(H48, str); | 14 | cube = readcube(H48, str); |
| 15 | writecube(SRC, cube, str); | 15 | writecube(SRC, cube, str); |
| 16 | fputs(str, stdout); | 16 | fputs(str, stdout); |
| 17 | /* putc('\n', stdout); */ | ||
| 18 | 17 | ||
| 19 | return 0; | 18 | return 0; |
| 20 | } | 19 | } |
