Index: NVDataMgmt.c =================================================================== diff -u -rcc34fc9daceb298166e53e073f424524eb396278 -r343d278eb0278c79e00dee6151fb9ef21d2fda9c --- NVDataMgmt.c (.../NVDataMgmt.c) (revision cc34fc9daceb298166e53e073f424524eb396278) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 343d278eb0278c79e00dee6151fb9ef21d2fda9c) @@ -2178,7 +2178,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 ); } } }