summaryrefslogtreecommitdiffhomepage
path: root/list.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2011-07-05 12:52:06 +0000
committerMatt Johnston <matt@ucc.asn.au>2011-07-05 12:52:06 +0000
commit81cacd9f1556484b9bfdf3e127c29262ea7a76f4 (patch)
treed4ce47c7f4d9a58bac43390304cd18e8f3157a7a /list.c
parent6def0ab5f16771e3c104a6360eaa5ada6e594d77 (diff)
list.c also has no trailing newline
--HG-- extra : convert_revision : cfe8e94b86e98f79b18abebbcd49c6eb5908c74c
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/list.c b/list.c
index 8be1a3a..1730711 100644
--- a/list.c
+++ b/list.c
@@ -46,4 +46,4 @@ void * list_remove(m_list_elem *elem) {
}
m_free(elem);
return item;
-} \ No newline at end of file
+}