Skip to content

Commit 289c0a1

Browse files
committed
Add 1 function
1 parent 3f74c36 commit 289c0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doubly_linked_lists/1-dlistint_len.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ size_t dlistint_len(const dlistint_t *h)
1616
}
1717

1818
return (n);
19-
}
19+
}

0 commit comments

Comments
 (0)