Index: NVDataMgmt.c =================================================================== diff -u -r9f5e51e4a0fe46d8addedd27d3757a947f3f0bea -rb7bd9d3a9fda4d79a0165569bc9891e73b20727a --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 9f5e51e4a0fe46d8addedd27d3757a947f3f0bea) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision b7bd9d3a9fda4d79a0165569bc9891e73b20727a) @@ -1968,7 +1968,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 ); } } }