diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-07-05 12:52:06 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-07-05 12:52:06 +0000 |
commit | 81cacd9f1556484b9bfdf3e127c29262ea7a76f4 (patch) | |
tree | d4ce47c7f4d9a58bac43390304cd18e8f3157a7a /list.c | |
parent | 6def0ab5f16771e3c104a6360eaa5ada6e594d77 (diff) |
list.c also has no trailing newline
--HG--
extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,4 +46,4 @@ void * list_remove(m_list_elem *elem) { } m_free(elem); return item; -}
\ No newline at end of file +} |