aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-coffbfd.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-09-28 04:47:32 +0000
committerKen Raeburn <raeburn@cygnus>1993-09-28 04:47:32 +0000
commit43029a8f84e0684ba2c1e6e1643245cd80404ef2 (patch)
tree98419426285e4dd74f8673764c4d7881375cef62 /gas/config/obj-coffbfd.c
parent32940b9fe3088fefe40ca9009f622ef5bb22b4bf (diff)
downloadgdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.zip
gdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.tar.gz
gdb-43029a8f84e0684ba2c1e6e1643245cd80404ef2.tar.bz2
Whitespace/comment cleanup. Use PARAMS in tc-vax.c.
Make various routines return null pointer instead of empty string for success indication.
Diffstat (limited to 'gas/config/obj-coffbfd.c')
-rw-r--r--gas/config/obj-coffbfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-coffbfd.c b/gas/config/obj-coffbfd.c
index ce1e94c..dd5e1e7 100644
--- a/gas/config/obj-coffbfd.c
+++ b/gas/config/obj-coffbfd.c
@@ -1319,7 +1319,7 @@ tag_insert (name, symbolP)
{
register const char *error_string;
- if (*(error_string = hash_jam (tag_hash, name, (char *) symbolP)))
+ if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
{
as_fatal ("Inserting \"%s\" into structure table failed: %s",
name, error_string);