Index: NVDataMgmt.c =================================================================== diff -u -r48b132d2864c23654ed6fb73d5beb1fa3177accc -r472779d94cca4ea2d67bd21e388d29e9379fe0ee --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 48b132d2864c23654ed6fb73d5beb1fa3177accc) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 472779d94cca4ea2d67bd21e388d29e9379fe0ee) @@ -1967,7 +1967,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 ); } } }