Corrected compile error due to C++ comment conversion.
This commit is contained in:
@@ -960,17 +960,19 @@ int main(
|
||||
Property_List_Index++;
|
||||
Using_Walked_List = false;
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
Property_List_Index++;
|
||||
/* if ( pPropList[Property_List_Index] == PROP_OBJECT_LIST ) */
|
||||
/* { */
|
||||
/* if ( !Using_Walked_List ) /* Just switched */ */
|
||||
/* { */
|
||||
}
|
||||
/* if ( pPropList[Property_List_Index] == PROP_OBJECT_LIST ) */
|
||||
/* { */
|
||||
/* if ( !Using_Walked_List )
|
||||
/* { */
|
||||
/* Just switched */
|
||||
/* Using_Walked_List = true; */
|
||||
/* Walked_List_Index = Walked_List_Length = 0; */
|
||||
/* } */
|
||||
/* } */
|
||||
myState = GET_PROPERTY_REQUEST; /* Go fetch next Property */
|
||||
/* } */
|
||||
/* } */
|
||||
myState = GET_PROPERTY_REQUEST; /* Go fetch next Property */
|
||||
} else if (tsm_invoke_id_free(invoke_id)) {
|
||||
invoke_id = 0;
|
||||
if (Error_Detected) {
|
||||
|
||||
Reference in New Issue
Block a user