Index: NVDataMgmt.c =================================================================== diff -u -r3e13c0f3ee54ca4ebe1b1107b54369cc108fc5aa -r74f514bf950f188d70ca4ae1e4b6fa2309bb3870 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 3e13c0f3ee54ca4ebe1b1107b54369cc108fc5aa) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 74f514bf950f188d70ca4ae1e4b6fa2309bb3870) @@ -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 ); } } }