diff --git a/ft_print_words_tables.c b/ft_print_words_tables.c index c69bc01..efa8efc 100644 --- a/ft_print_words_tables.c +++ b/ft_print_words_tables.c @@ -6,7 +6,7 @@ /* 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; i = 0; - while(tab[i]) + while (tab[i]) { ft_putendl(tab[i]); i++;