Remove unnecessar "unsigned" keyword"

This commit is contained in:
tosu 2023-03-17 00:40:30 +01:00
parent 3fbc81e6f7
commit a54b12d58e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
void ft_print_reverse_alphabet(void)
{
unsigned int i;
int i;
i = 122;
while (i > 96)