renamed param

This commit is contained in:
Jim O'Regan 2015-07-20 17:40:36 +01:00
parent 94983838d8
commit 37eeac2127

View File

@ -578,10 +578,10 @@ void FreeProtoList(LIST *ProtoList) {
* prototype and modifies the corresponding cluster so that it
* is no longer marked as a prototype. The cluster is NOT
* deallocated by this routine.
* @param Prototype prototype data structure to be deallocated
* @return None
* @note Exceptions: None
* @note History: 5/30/89, DSJ, Created.
* @param arg prototype data structure to be deallocated
* @return None
* @note Exceptions: None
* @note History: 5/30/89, DSJ, Created.
*/
void FreePrototype(void *arg) { //PROTOTYPE *Prototype)
PROTOTYPE *Prototype = (PROTOTYPE *) arg;