diff options
author | midipix <writeonce@midipix.org> | 2016-05-15 19:22:55 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-15 19:22:55 -0400 |
commit | bf285096efbe2456f629e66b1ca8651925811ed5 (patch) | |
tree | f0159b4ed249584a0cc39cddb4b35aa90ac7e80b /src/driver/slbt_driver_ctx.c | |
parent | 26127d8f542499bf128f11a3f272cd677a7d30d7 (diff) | |
download | slibtool-bf285096efbe2456f629e66b1ca8651925811ed5.tar.bz2 slibtool-bf285096efbe2456f629e66b1ca8651925811ed5.tar.xz |
driver: dynamic linker common path definitions: fixed typo.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |