summaryrefslogtreecommitdiff
path: root/bfd/cpu-h8300.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-08-29 18:45:18 +0000
committerJeff Law <law@redhat.com>2001-08-29 18:45:18 +0000
commit6407f6970706f783b17c6c76af7c5747e7cf72ab (patch)
treec3e74f8803bc0ff2b94af5d95f427363cb074258 /bfd/cpu-h8300.c
parenta0e3489d9d6498f44278fc07ed98a213707fec85 (diff)
downloadbinutils-redhat-6407f6970706f783b17c6c76af7c5747e7cf72ab.tar.gz
Fix brown-paper-bag thinko in last change.
Diffstat (limited to 'bfd/cpu-h8300.c')
-rw-r--r--bfd/cpu-h8300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c
index 4e36952d95..7d6b5d2bc0 100644
--- a/bfd/cpu-h8300.c
+++ b/bfd/cpu-h8300.c
@@ -66,7 +66,7 @@ h8300_scan (info, string)
if (*string == ':')
{
string++;
- h8300_scan (info, string);
+ return h8300_scan (info, string);
}
if (*string == 'h' || *string == 'H')