diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-17 16:24:04 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-17 16:24:04 +0100 |
commit | 9af56266c16eaffe9375ba3edb3465c33f015b9f (patch) | |
tree | efc8c7adf952ad533f362bf147667cbc5a8a30f7 /src/ft_init_winlx.c | |
parent | Better parse (diff) | |
download | 42-cub3d-9af56266c16eaffe9375ba3edb3465c33f015b9f.tar.gz 42-cub3d-9af56266c16eaffe9375ba3edb3465c33f015b9f.tar.bz2 42-cub3d-9af56266c16eaffe9375ba3edb3465c33f015b9f.tar.xz 42-cub3d-9af56266c16eaffe9375ba3edb3465c33f015b9f.tar.zst 42-cub3d-9af56266c16eaffe9375ba3edb3465c33f015b9f.zip |
ready to merge
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_winlx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c index 1b60477..6657408 100644 --- a/src/ft_init_winlx.c +++ b/src/ft_init_winlx.c @@ -26,7 +26,7 @@ int clist->wlist->x_size, clist->wlist->y_size, "Cub3D"))) return (-1); clist->wlist->inited = 1; - ft_printf("Created window of size %dx%d\n", + ft_printf("Created window of size %ux%u\n", clist->wlist->x_size, clist->wlist->y_size); return (0); } |