Auto stash before merge of "master" and "origin/master"

This commit is contained in:
Manzovince
2019-05-03 18:44:51 +02:00
parent 60b970e901
commit 7d0dab1e1e
2 changed files with 70 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
/* ::: :::::::: */
/* search_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hulamy <marvin@42.fr> +#+ +:+ +#+ */
/* By: hulamy <hulamy@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/27 20:47:22 by hulamy #+# #+# */
/* Updated: 2019/05/03 16:05:23 by hulamy ### ########.fr */
@@ -142,4 +142,3 @@ void search_map(t_fillist *list)
ft_putchar('\n'); // DEBUG
print_map(map, size, size, '#');
}