Fix typo from previous change

Change-Id: Ib8f3418a3460d86d75fc5529ed6270a164e9b10e


[ROCm/clr commit: b835120dfa]
Tá an tiomantas seo le fáil i:
Vlad Sytchenko
2020-06-15 22:39:01 -04:00
tiomanta ag Vladislav Sytchenko
tuismitheoir c6696b3ccb
tiomantas baaf3e9d1f
+1 -1
Féach ar an gComhad
@@ -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) {