From 1b565f193852601e3dcd8eee86045bd60a971b37 Mon Sep 17 00:00:00 2001 From: Juan Bosco Torrez Castillo Date: Sat, 18 Mar 2023 20:25:12 +0100 Subject: [PATCH] Better comment --- rush00.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rush00.c b/rush00.c index e921216..d842a3f 100644 --- a/rush00.c +++ b/rush00.c @@ -6,7 +6,7 @@ /* By: jtorrez- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/03/18 20:15:12 by jtorrez- #+# #+# */ -/* Updated: 2023/03/18 20:15:17 by jtorrez- ### ########.fr */ +/* Updated: 2023/03/18 20:25:05 by jtorrez- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -15,7 +15,7 @@ void horiz_line(char left, char middle, char right, int width); const char g_inside = ' '; -// clockwise, starting from top left +// corners specified clockwise, starting from top left const char g_corners[] = {'o', 'o', 'o', 'o', '\0'}; const char g_horizontal = '-'; const char g_vertical = '|';