From f57de6e0144fcd19fa711ef28f4ca0b5239a5223 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 Apr 2020 01:11:13 -0400 Subject: Fix typo --- lib/shlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/shlib.c') diff --git a/lib/shlib.c b/lib/shlib.c index f0c1d71..091d22e 100644 --- a/lib/shlib.c +++ b/lib/shlib.c @@ -75,7 +75,7 @@ char *shlib_rpath(const char *filename) { } // record library path - result = strdup(field[1])); + result = strdup(field[1]); split_free(field); break; } -- cgit