Index: NVDataMgmt.c =================================================================== diff -u -r99f91b0f1bed7da40da75e97d3bb7a3b00e9508d -rec09e9200db7e5a52e82027c44374bb5d42d8406 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 99f91b0f1bed7da40da75e97d3bb7a3b00e9508d) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision ec09e9200db7e5a52e82027c44374bb5d42d8406) @@ -1920,7 +1920,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 ); } } }