Index: NVDataMgmt.c =================================================================== diff -u -r706c4138c9aaf1d3fa85e0fd0e56f01fa1c7ffbf -rb0ba63e789522e52add10dc9edd5a7e15a63321f --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 706c4138c9aaf1d3fa85e0fd0e56f01fa1c7ffbf) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision b0ba63e789522e52add10dc9edd5a7e15a63321f) @@ -1961,7 +1961,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 ); } } }