Better comment

This commit is contained in:
Juan Bosco Torrez Castillo 2023-03-18 20:25:12 +01:00
parent b5c71a6b2c
commit 1b565f1938
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */ /* By: jtorrez- <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/18 20:15:12 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 = ' '; 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_corners[] = {'o', 'o', 'o', 'o', '\0'};
const char g_horizontal = '-'; const char g_horizontal = '-';
const char g_vertical = '|'; const char g_vertical = '|';