summaryrefslogtreecommitdiff
path: root/gdb/utils.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-02-26 14:35:19 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-02-26 14:35:19 +0000
commitd0f4181e589e34f780bff3e07daded695e20ee6d (patch)
tree6a692bbae81975a82dfb21d342a5b0cfe830106a /gdb/utils.c
parent0e9680efeb081c2a7fcbd2532c5d47f8d2adf6c0 (diff)
downloadgdb-d0f4181e589e34f780bff3e07daded695e20ee6d.tar.gz
Fix PR build/1097.
* utils.c (gdb_realpath): Move closing brace outwards one #endif.
Diffstat (limited to 'gdb/utils.c')
-rw-r--r--gdb/utils.c2
1 files changed, 1 insertions, 1 deletions
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