Index: NVDataMgmt.c =================================================================== diff -u -rc57cfc34f4691eae24a420bc3fa64bc55ec5c11a -r80336217ee14b1f844f34f354c66cb46b054bfeb --- NVDataMgmt.c (.../NVDataMgmt.c) (revision c57cfc34f4691eae24a420bc3fa64bc55ec5c11a) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 80336217ee14b1f844f34f354c66cb46b054bfeb) @@ -1968,7 +1968,7 @@ writtenRecordStatus = NVDATAMGMT_RECORD_NOT_CHECKED; // Issue the write command - Fapi_issueProgrammingCommand( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); + Fapi_issueProgrammingCommand ( (U32*)memoryPtr, structPtr, jobSpecs.maxWriteBufferSize, 0x00, 0, Fapi_DataOnly ); } } }