Skip to content

Commit 5e5d3d9

Browse files
KerilkEwanC
andauthored
Update loader/linux/icd_linux_library.c
Co-authored-by: Ewan Crawford <ewan.cr@gmail.com>
1 parent 4aa09a8 commit 5e5d3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/linux/icd_linux_library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// dynamically load a library. returns NULL on failure
3131
void *khrIcdOsLibraryLoad(const char *libraryName)
3232
{
33-
void* ret = dlopen (libraryName, RTLD_NOW);
33+
void* ret = dlopen(libraryName, RTLD_NOW);
3434
if (NULL == ret)
3535
{
3636
KHR_ICD_TRACE("Failed to load driver because %s.\n", dlerror());

0 commit comments

Comments
 (0)