diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-07-05 12:50:15 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-07-05 12:50:15 +0000 |
commit | 6def0ab5f16771e3c104a6360eaa5ada6e594d77 (patch) | |
tree | 6d6cc33f7e10c56cc2f3cdc131b67a88329f4632 /list.h | |
parent | d20627585ae7ae9611730e600c9e3df817a6857e (diff) |
Fix lost ending newline
--HG--
extra : convert_revision : eacbbecc4f4aad52a29b013beed83b7d54a98796
Diffstat (limited to 'list.h')
-rw-r--r-- | list.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,4 +25,4 @@ void list_append(m_list *list, void *item); void * list_remove(m_list_elem *elem); -#endif /* _DROPBEAR_LIST_H */
\ No newline at end of file +#endif /* _DROPBEAR_LIST_H */ |