diff --git a/d1/def/classdata__structures_1_1linked__list_1_1list.html b/d1/def/classdata__structures_1_1linked__list_1_1list.html index 37071ddd5..b350cdc52 100644 --- a/d1/def/classdata__structures_1_1linked__list_1_1list.html +++ b/d1/def/classdata__structures_1_1linked__list_1_1list.html @@ -625,7 +625,7 @@ Here is the call graph for this function:

Utility function to find the i th element of the list.

Returns
the i th element of the list
-
149 {
+
149 {
150 Node *current = head;
151
152 int count = 0;