Fix typo from previous change

Change-Id: Ib8f3418a3460d86d75fc5529ed6270a164e9b10e


[ROCm/clr commit: b835120dfa]
Este commit está contenido en:
Vlad Sytchenko
2020-06-15 22:39:01 -04:00
cometido por Vladislav Sytchenko
padre c6696b3ccb
commit baaf3e9d1f
+1 -1
Ver fichero
@@ -112,7 +112,7 @@ int32_t Program::addDeviceProgram(Device& device, const void* image, size_t leng
}
#if defined(WITH_COMPILER_LIB)
bool emptyOptions = (options == nulltr);
bool emptyOptions = (options == nullptr);
#endif
amd::option::Options emptyOpts;
if (options == NULL) {