Index: NVDataMgmt.c =================================================================== diff -u -r92439de0191e04fe9158ea6e5eecb55f13c984ab -r47a75f8658c925d3dc2b2bf18ca2bbe1baa83be2 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 92439de0191e04fe9158ea6e5eecb55f13c984ab) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 47a75f8658c925d3dc2b2bf18ca2bbe1baa83be2) @@ -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 ); } } }