summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kaiser2024-03-15 13:33:20 +0100
committerDominik Kaiser2024-03-15 13:33:20 +0100
commitb3bb3f0889cb01e6a1064a13b718f623bdc5a1e2 (patch)
treefba98ab72b0260bea2e656a6c44e807c5f774e15
parentd1c0783d459418ddc32a3d5a95b07dd24d67e8a7 (diff)
downloadft_printf-b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2.tar.gz
ft_printf-b3bb3f0889cb01e6a1064a13b718f623bdc5a1e2.zip
Remove unnecessary comment in header
-rw-r--r--ft_printf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_printf.h b/ft_printf.h
index a3024a8..22f6a2a 100644
--- a/ft_printf.h
+++ b/ft_printf.h
@@ -6,14 +6,13 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/12 18:19:47 by dkaiser #+# #+# */
-/* Updated: 2024/03/15 13:04:52 by dkaiser ### ########.fr */
+/* Updated: 2024/03/15 13:33:09 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FT_PRINTF_H
# define FT_PRINTF_H
-//# include "libft/libft.h"
# include <stdarg.h>
# include <unistd.h>