forked from Imagelibrary/binutils-gdb
Fix PR build/1097.
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
This commit is contained in:
@@ -2764,8 +2764,8 @@ gdb_realpath (const char *filename)
|
||||
if (rp == NULL)
|
||||
rp = filename;
|
||||
return xstrdup (rp);
|
||||
}
|
||||
# endif
|
||||
}
|
||||
#endif /* HAVE_REALPATH */
|
||||
|
||||
/* Method 2: The host system (i.e., GNU) has the function
|
||||
|
||||
Reference in New Issue
Block a user