From 6def0ab5f16771e3c104a6360eaa5ada6e594d77 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 5 Jul 2011 12:50:15 +0000 Subject: [PATCH] Fix lost ending newline --HG-- extra : convert_revision : eacbbecc4f4aad52a29b013beed83b7d54a98796 --- list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.h b/list.h index 678fff1..23ef9bb 100644 --- a/list.h +++ b/list.h @@ -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 */