Cleanup: Avoid double semi-colon

This commit is contained in:
Sergey Sharybin
2018-03-02 11:26:07 +01:00
parent b5b34bc2c0
commit 99bcfb825f

View File

@@ -128,7 +128,7 @@ static bool pointer_to_component_node_criteria(
*type = DEG_NODE_TYPE_PARAMETERS;
*subdata = "";
*operation_code = DEG_OPCODE_PARAMETERS_EVAL;
*operation_name = pchan->name;;
*operation_name = pchan->name;
}
else {
/* Bone - generally, we just want the bone component. */