Skip to content

Commit 08007ca

Browse files
committed
jgsda
1 parent 03e99d2 commit 08007ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0x06-pointers_arrays_strings/4-rev_array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
void reverse_array(int *a, int n)
1010
{
1111
int index;
12-
char m;
12+
int m;
1313

1414
for (index = 0; index < n--; index++)
1515
{

0 commit comments

Comments
 (0)