From bf285096efbe2456f629e66b1ca8651925811ed5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 15 May 2016 19:22:55 -0400 Subject: driver: dynamic linker common path definitions: fixed typo. --- src/driver/slbt_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 2d6ff25..b230ce8 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -51,7 +51,7 @@ static const char*ldrpath_elf[] = { "/usr/lib", "/usr/lib64", "/usr/local/lib", - "usr/local/lib64", + "/usr/local/lib64", 0}; static const char aclr_reset [] = "\x1b[0m"; -- cgit v1.2.3