Removed unnecessary 3rd parameter.

This commit is contained in:
Joel Sherrill
1999-11-12 15:53:29 +00:00
parent 6bd132e549
commit a8d72dea01
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ typedef Objects_Control ITRON_Objects_Control;
*/
#define _ITRON_Objects_Open( _the_information, _the_object ) \
_Objects_Open( (_the_information), (_the_object), 0 )
_Objects_Open( (_the_information), (_the_object) )
/*
* _ITRON_Objects_Close