diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 16:36:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 16:36:54 +0100 |
commit | 30b664f648b80d5a6df1ad5982a9a390c304db69 (patch) | |
tree | f2a0f4f2a6931dab1081e03b9de9aeb8808d1932 /src/ft_save_to_bmp.c | |
parent | More tab (diff) | |
download | 42-cub3d-30b664f648b80d5a6df1ad5982a9a390c304db69.tar.gz 42-cub3d-30b664f648b80d5a6df1ad5982a9a390c304db69.tar.bz2 42-cub3d-30b664f648b80d5a6df1ad5982a9a390c304db69.tar.xz 42-cub3d-30b664f648b80d5a6df1ad5982a9a390c304db69.tar.zst 42-cub3d-30b664f648b80d5a6df1ad5982a9a390c304db69.zip |
Compiles
Diffstat (limited to '')
-rw-r--r-- | src/ft_save_to_bmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_save_to_bmp.c b/src/ft_save_to_bmp.c index cb3fa9b..d751ea0 100644 --- a/src/ft_save_to_bmp.c +++ b/src/ft_save_to_bmp.c @@ -16,7 +16,7 @@ #include <stdint.h> static int8_t - ft_convert_image_to_bmp(t_bmp_file *bmp_file, void *img, t_cub *cl) + ft_convert_image_to_bmp(t_bmp_file bmp_file, void *img, t_cub *cl) { int32_t filelen; uint8_t *bmp; |