diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 20:09:07 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 20:09:07 +0100 |
commit | 2cf0485db50f566354cdfdef20214b2c0a4e1dca (patch) | |
tree | 21285f994ff8ab2b68cd5834191224c519a63767 /src/ft_click_close.c | |
parent | map update (diff) | |
download | 42-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.c | 1 |
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); } |