Index: NVDataMgmt.c =================================================================== diff -u -re607e6333b39b9768de5185f8ef7e146a60485f4 -rff7c300922bbe4cc4fd569923d1a66f0ef8ed6b9 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision e607e6333b39b9768de5185f8ef7e146a60485f4) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision ff7c300922bbe4cc4fd569923d1a66f0ef8ed6b9) @@ -1924,7 +1924,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 ); } } }