Index: NVDataMgmt.c =================================================================== diff -u -r58c64e2ef73b0e968bc56dc0d8230dd1f8de09b0 -r3ae9d6b87813bae35ce836205cddfd91b789350a --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 58c64e2ef73b0e968bc56dc0d8230dd1f8de09b0) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 3ae9d6b87813bae35ce836205cddfd91b789350a) @@ -1788,7 +1788,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 ); } } }