summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2011-07-05 12:50:15 +0000
committerMatt Johnston <matt@ucc.asn.au>2011-07-05 12:50:15 +0000
commita7a5da1d5b3d2aaed89806522fd1b717374b1e4d (patch)
tree6d6cc33f7e10c56cc2f3cdc131b67a88329f4632 /list.h
parenta2d7e2efa945b362f194f04fea7445d701152a07 (diff)
downloaddropbear-a7a5da1d5b3d2aaed89806522fd1b717374b1e4d.tar.gz
Fix lost ending newline
Diffstat (limited to 'list.h')
-rw-r--r--list.h2
1 files changed, 1 insertions, 1 deletions
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 */