Commit 528598c4 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix typo bug

parent fc6b6435
...@@ -317,7 +317,7 @@ public: ...@@ -317,7 +317,7 @@ public:
inline void *nth_element(int n) inline void *nth_element(int n)
{ {
list_node *node= first; list_node *node= first;
void *data; void *data= NULL;
for (int i=0; i <= n; i++) for (int i=0; i <= n; i++)
{ {
if (node == &end_of_list) if (node == &end_of_list)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment