# HG changeset patch # User Matt Johnston # Date 1309870215 0 # Node ID 96bcb20e7e038813d6fd9ca38e1013c1d14eff5c # Parent fa41341f3b095d46cba43fbe7ff3974385d4789d Fix lost ending newline diff -r fa41341f3b09 -r 96bcb20e7e03 list.h --- a/list.h Thu Jun 30 14:34:32 2011 +0000 +++ b/list.h Tue Jul 05 12:50:15 2011 +0000 @@ -25,4 +25,4 @@ void * list_remove(m_list_elem *elem); -#endif /* _DROPBEAR_LIST_H */ \ No newline at end of file +#endif /* _DROPBEAR_LIST_H */