Fixed typo in function return

Change-Id: I8905bfdbc162815ac10c926e77a9bab432932c9c
Bu işleme şunda yer alıyor:
Aditya Atluri
2016-09-22 09:30:05 -05:00
ebeveyn e51e268f24
işleme c0babe6b0a
+1 -1
Dosyayı Görüntüle
@@ -76,7 +76,7 @@ hipError_t hipDeviceGet(hipDevice_t *device, int deviceId)
return ihipLogStatus(e);
};
pError_t hipDriverGetVersion(int *driverVersion)
hipError_t hipDriverGetVersion(int *driverVersion)
{
HIP_INIT_API(driverVersion);
hipError_t e = hipSuccess;