aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffexec.c')
-rw-r--r--gdb/xcoffexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c
index 16232ac..ff13aea 100644
--- a/gdb/xcoffexec.c
+++ b/gdb/xcoffexec.c
@@ -706,7 +706,7 @@ retry:
/* The filenames are not always sufficient to match on. */
- if ((name[0] == "/" && !STREQ(name, vp->name))
+ if ((name[0] == '/' && !STREQ(name, vp->name))
|| (memb[0] && !STREQ(memb, vp->member)))
continue;