Index: NVDataMgmt.c =================================================================== diff -u -r284955146f177717e26854f0d978e461a3c6468c -rf0a0e6d88c416550666214271d32a73e50122ea6 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 284955146f177717e26854f0d978e461a3c6468c) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision f0a0e6d88c416550666214271d32a73e50122ea6) @@ -2010,7 +2010,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 ); } } }