Index: NVDataMgmt.c =================================================================== diff -u -r1afbd991f98562fda8059c75c59c0ea5b64243e4 -r8f8569c7cbc55dceebb2f5654e3ae162691d5991 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 1afbd991f98562fda8059c75c59c0ea5b64243e4) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 8f8569c7cbc55dceebb2f5654e3ae162691d5991) @@ -1847,7 +1847,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 ); } } }