* libltdl/ltdl.c (lt_dlerror): Remove meaningless conditional.

Signed-off-by: Peter Rosin <peda@lysator.liu.se>
This commit is contained in:
Peter Rosin 2009-12-30 03:18:19 +01:00
parent a2a8d8a663
commit 78f270a9ab
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -2066,7 +2066,7 @@ lt_dlerror (void)
LT__GETERROR (error);
LT__SETERRORSTR (0);
return error ? error : NULL;
return error;
}
static int