From bf285096efbe2456f629e66b1ca8651925811ed5 Mon Sep 17 00:00:00 2001 From: midipix Date: May 15 2016 23:22:55 +0000 Subject: driver: dynamic linker common path definitions: fixed typo. --- 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";