Index: NVDataMgmt.c =================================================================== diff -u -r5ba123a425a982ec1cb1318ca506bfe6fbd82e14 -r212725dc2470b58e0a4b02276b46aa6b3040ebb7 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 5ba123a425a982ec1cb1318ca506bfe6fbd82e14) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 212725dc2470b58e0a4b02276b46aa6b3040ebb7) @@ -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 ); } } }