Skip to content

Commit

Permalink
Fix newline-eof compiler warning (#347)
Browse files Browse the repository at this point in the history
Add EOF newline to session.c.

Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored Mar 3, 2023
1 parent 85d83a9 commit bc6e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/core/session/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -1269,4 +1269,4 @@ bool run_session_until_sync(
} while (remaining_time > 0 && !session->synchronized);

return session->synchronized;
}
}

0 comments on commit bc6e9c3

Please sign in to comment.