Index: NVDataMgmt.c =================================================================== diff -u -r9111b00762782aad76741d5000260c1eee801e63 -r42e8b259227f192a6e07940414d2ee04bc14f617 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 9111b00762782aad76741d5000260c1eee801e63) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 42e8b259227f192a6e07940414d2ee04bc14f617) @@ -1968,7 +1968,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 ); } } }