mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* solib-target.c (solib_target_parse_libraries)
[HAVEHAVE_LIBEXPAT not defined]: Fix thinko in return type.
This commit is contained in:
@@ -51,7 +51,7 @@ DEF_VEC_P(lm_info_p);
|
||||
|
||||
#if !defined(HAVE_LIBEXPAT)
|
||||
|
||||
static VEC(lm_info_p)
|
||||
static VEC(lm_info_p) *
|
||||
solib_target_parse_libraries (const char *library)
|
||||
{
|
||||
static int have_warned;
|
||||
|
||||
Reference in New Issue
Block a user