Index: NVDataMgmt.c =================================================================== diff -u -r49a50d9e60c71b9854fc8a23338082c5da5d0bdc -r3487ed22aeb59ff656fd2a28309df8ef1de4e62a --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 49a50d9e60c71b9854fc8a23338082c5da5d0bdc) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 3487ed22aeb59ff656fd2a28309df8ef1de4e62a) @@ -2056,7 +2056,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 ); } } }