Fix typo from previous change

Change-Id: Ib8f3418a3460d86d75fc5529ed6270a164e9b10e
This commit is contained in:
Vlad Sytchenko
2020-06-15 22:39:01 -04:00
committed by Vladislav Sytchenko
parent e9cee93786
commit b835120dfa
+1 -1
View File
@@ -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) {