Fix: files missing final ending newline

This commit is contained in:
a1346054
2021-08-26 00:28:49 +00:00
parent 1d08d8ccf0
commit c7d5379d24
4 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ void close_chat_sessions(void** state);
int utf8_pos_to_col(char* str, int utf8_pos);
void glist_set_cmp(GCompareFunc func);
int glist_contents_equal(const void* actual, const void* expected);
int glist_contents_equal(const void* actual, const void* expected);