ft_lstsize: norm error fixed
This commit is contained in:
parent
a872beadb9
commit
d9097ecd53
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "libft.h"
|
||||
|
||||
int ft_lstsize(t_list *lst)
|
||||
int ft_lstsize(t_list *lst)
|
||||
{
|
||||
t_list *current;
|
||||
int count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue