Index: NVDataMgmt.c =================================================================== diff -u -r76bfb702eeef1295e4767eed7cd13420fe6ab803 -r09f34c113c719c5c2dd48607f028b47d805becf9 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 76bfb702eeef1295e4767eed7cd13420fe6ab803) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 09f34c113c719c5c2dd48607f028b47d805becf9) @@ -2056,7 +2056,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 ); } } }