ft_print_words_tables.c: norming
This commit is contained in:
parent
5703ae8db7
commit
be93518e9b
@ -6,7 +6,7 @@
|
|||||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2018/04/15 15:48:16 by tmaze #+# #+# */
|
/* Created: 2018/04/15 15:48:16 by tmaze #+# #+# */
|
||||||
/* Updated: 2018/04/15 15:51:21 by tmaze ### ########.fr */
|
/* Updated: 2018/04/21 15:47:57 by tmaze ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ void ft_print_words_tables(char **tab)
|
|||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
while(tab[i])
|
while (tab[i])
|
||||||
{
|
{
|
||||||
ft_putendl(tab[i]);
|
ft_putendl(tab[i]);
|
||||||
i++;
|
i++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user