aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-13 09:30:24 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-13 09:30:24 +0100
commit80f5c6a1cef114cd5006431149506bb5d87403b6 (patch)
tree8462dbd3c0421755b84892a69102ecaef2c94fea /header.h
parent3f2ef05278d42233f0a9ee9652e152824a7103e4 (diff)
downloadft_printf-80f5c6a1cef114cd5006431149506bb5d87403b6.tar.gz
ft_printf-80f5c6a1cef114cd5006431149506bb5d87403b6.tar.bz2
ft_printf-80f5c6a1cef114cd5006431149506bb5d87403b6.zip
Removed double, normed
Diffstat (limited to 'header.h')
-rw-r--r--header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/header.h b/header.h
index e76884a..4110557 100644
--- a/header.h
+++ b/header.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/29 00:06:46 by cacharle #+# #+# */
-/* Updated: 2019/11/13 08:57:56 by cacharle ### ########.fr */
+/* Updated: 2019/11/13 09:29:23 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -64,7 +64,7 @@ typedef struct s_flist
t_pformat *content;
} t_flist;
-typedef struct
+typedef struct s_printf_status
{
va_list ap;
t_flist *flist;