Skip to content
Snippets Groups Projects
Commit 7e81c1be authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo

parent 074777f3
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ static void _reorder_node_record_table(void)
memcpy(&node_record_tmp, node_ptr, j);
memcpy(node_ptr, node_ptr2, j);
memcpy(node_pt2, &node_record_tmp, j);
memcpy(node_ptr2, &node_record_tmp, j);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment