aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_click_close.c
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 20:09:07 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-09 20:09:07 +0100
commit2cf0485db50f566354cdfdef20214b2c0a4e1dca (patch)
tree21285f994ff8ab2b68cd5834191224c519a63767 /src/ft_click_close.c
parentmap update (diff)
download42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.gz
42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.bz2
42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.xz
42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.tar.zst
42-cub3d-2cf0485db50f566354cdfdef20214b2c0a4e1dca.zip
Clean norme
Diffstat (limited to 'src/ft_click_close.c')
-rw-r--r--src/ft_click_close.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_click_close.c b/src/ft_click_close.c
index 9708b84..db3b2e2 100644
--- a/src/ft_click_close.c
+++ b/src/ft_click_close.c
@@ -21,7 +21,6 @@ int
{
(void)clist;
ft_printf("Button [%d] pressed\n", keycode);
- /* return (ft_exit(0, clist)); */
exit(0);
return (0);
}