Index: NVDataMgmt.c =================================================================== diff -u -rfe89b3ff903b502cbff78737a6d72526efab4efe -r3c40105dfcc7b5e97692286c211b27bb5af9b240 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision fe89b3ff903b502cbff78737a6d72526efab4efe) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 3c40105dfcc7b5e97692286c211b27bb5af9b240) @@ -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 ); } } }