Index: NVDataMgmt.c =================================================================== diff -u -rc684d4e9dfc769d27435dbcb4086c3829b8249a8 -r29283e180a218e2d101165061fe6686beea67ff9 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision c684d4e9dfc769d27435dbcb4086c3829b8249a8) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision 29283e180a218e2d101165061fe6686beea67ff9) @@ -1961,7 +1961,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 ); } } }