mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
* libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
This commit is contained in:
parent
a2a8d8a663
commit
78f270a9ab
@ -1,3 +1,7 @@
|
||||
2009-12-30 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional.
|
||||
|
||||
2009-12-29 Peter Rosin <peda@lysator.liu.se>
|
||||
|
||||
* libltdl/ltdl.c (file_not_found): Fix typos in code comment.
|
||||
|
@ -2066,7 +2066,7 @@ lt_dlerror (void)
|
||||
LT__GETERROR (error);
|
||||
LT__SETERRORSTR (0);
|
||||
|
||||
return error ? error : NULL;
|
||||
return error;
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user