Index: NVDataMgmt.c =================================================================== diff -u -r2e09881186cf980912956f5c1f490fecc1f44fbb -r794ea0222f39749f893b7b60e8b7a0c24688d233 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 2e09881186cf980912956f5c1f490fecc1f44fbb) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 794ea0222f39749f893b7b60e8b7a0c24688d233) @@ -2025,7 +2025,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 ); } } }