From a7a5da1d5b3d2aaed89806522fd1b717374b1e4d Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Tue, 5 Jul 2011 12:50:15 +0000 Subject: Fix lost ending newline --- list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.h') 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 */ -- cgit v1.2.1