Index: NVDataMgmt.c =================================================================== diff -u -r609288f4e51381408ce925ebb5a8c93b89bba08e -r3c3b238b87ca93dfe2d456c1a15be92f67beb349 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 609288f4e51381408ce925ebb5a8c93b89bba08e) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 3c3b238b87ca93dfe2d456c1a15be92f67beb349) @@ -1792,7 +1792,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 ); } } }