diff options
-rw-r--r-- | source/saw/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index 38c1b58..7809be3 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -3025,6 +3025,7 @@ static void saw_cleanup(void) { fprintf(f, "pitch_turned_off %d\n ", PITCH_COUNT); for (i64 pitch = 0; pitch < PITCH_COUNT; ++pitch) fprintf(f, " %d", (i32) roll->pitch_turned_off[pitch]); + fprintf(f, "\n"); fprintf(f, "tuning %d\n ", PITCH_COUNT); for (i64 pitch = 0; pitch < PITCH_COUNT; ++pitch) fprintf(f, " %lld", |