Index: NVDataMgmt.c =================================================================== diff -u -r7ed3b20ebef00822d18c70394a91e33798fb63d3 -re9ffda0fceb62706dec4d736d9e5e01a200580df --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 7ed3b20ebef00822d18c70394a91e33798fb63d3) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision e9ffda0fceb62706dec4d736d9e5e01a200580df) @@ -1961,7 +1961,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 ); } } }