Index: NVDataMgmt.c =================================================================== diff -u -r1d4945e7608e24b685f54368d0791455ef2f48be -r7c7b161bc90bef9ae5c7dbf9ee1ab36000d6f12b --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 1d4945e7608e24b685f54368d0791455ef2f48be) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 7c7b161bc90bef9ae5c7dbf9ee1ab36000d6f12b) @@ -2280,7 +2280,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 ); } } }