Index: NVDataMgmt.c =================================================================== diff -u -r09b8648f878639c4a8de458c7b9aa8b697c538ec -r99d6815c44fd6e27f135e8c422d1ab88696cd5eb --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 09b8648f878639c4a8de458c7b9aa8b697c538ec) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 99d6815c44fd6e27f135e8c422d1ab88696cd5eb) @@ -1989,7 +1989,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 ); } } }