Index: NVDataMgmt.c =================================================================== diff -u -r1518ef22a2c32ee2f3f4eb3ef1d101f492df7a76 -r27387579d6f62b15cdd89681a81ca7170db8d146 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision 1518ef22a2c32ee2f3f4eb3ef1d101f492df7a76) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 27387579d6f62b15cdd89681a81ca7170db8d146) @@ -2042,7 +2042,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 ); } } }