From: Daniel Jacobowitz Date: Wed, 26 Feb 2003 14:35:19 +0000 (+0000) Subject: Fix PR build/1097. X-Git-Tag: binutils-2_14-branchpoint~695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f88d630226e1c92c8fdaef7ba08e5b13d03205c;p=thirdparty%2Fbinutils-gdb.git Fix PR build/1097. * utils.c (gdb_realpath): Move closing brace outwards one #endif. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e7754202d49..e63a408f6b2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-26 Daniel Jacobowitz + + Fix PR build/1097. + * utils.c (gdb_realpath): Move closing brace outwards one #endif. + 2003-02-25 Andrew Cagney * frame.c (get_prev_frame): Add comment on check for diff --git a/gdb/utils.c b/gdb/utils.c index df196ec8468..f7ece88578b 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -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