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 */