Skip to content

Commit 9b23664

Browse files
authored
Singly Linked List
1 parent ae889b8 commit 9b23664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linked-list/Single_Linked_List.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ int length()
7373
{
7474
length++;
7575
}
76-
76+
7777
return length;
7878
}
7979

0 commit comments

Comments
 (0)