Index: NVDataMgmt.c =================================================================== diff -u -r2c508d911fedf7fea1a081f449070aeed248b85c -r25600e262d7af9eb612f37c8ae0ba94c9c6f240c --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 2c508d911fedf7fea1a081f449070aeed248b85c) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 25600e262d7af9eb612f37c8ae0ba94c9c6f240c) @@ -1906,7 +1906,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 ); } } }