diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-05 15:59:52 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-05 15:59:52 +0100 |
commit | 3a346b70624949dcf7f4bec385c840441c6e3e31 (patch) | |
tree | ca47ed855d8464c35cc5ef892d120391bf1314ec /src/ft_click_close.c | |
parent | Pretty cool (diff) | |
download | 42-cub3d-3a346b70624949dcf7f4bec385c840441c6e3e31.tar.gz 42-cub3d-3a346b70624949dcf7f4bec385c840441c6e3e31.tar.bz2 42-cub3d-3a346b70624949dcf7f4bec385c840441c6e3e31.tar.xz 42-cub3d-3a346b70624949dcf7f4bec385c840441c6e3e31.tar.zst 42-cub3d-3a346b70624949dcf7f4bec385c840441c6e3e31.zip |
Get normed
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 02efbe3..113c241 100644 --- a/src/ft_click_close.c +++ b/src/ft_click_close.c @@ -20,7 +20,6 @@ int { (void)keycode; (void)clist; - /* ft_exit(0, clist); */ exit(0); return (0); } |