diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-10-12 08:45:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-10-12 08:45:49 +0000 |
commit | 9902404797153b548894cf20588b30af65e05cca (patch) | |
tree | 3581572585c79ab1812ee0abc54842ca01495672 /gas/config/tc-m88k.c | |
parent | 0bc1509110922c2712e2c1f85856ac15426de94c (diff) | |
download | gdb-9902404797153b548894cf20588b30af65e05cca.zip gdb-9902404797153b548894cf20588b30af65e05cca.tar.gz gdb-9902404797153b548894cf20588b30af65e05cca.tar.bz2 |
more null/empty string fixups
Diffstat (limited to 'gas/config/tc-m88k.c')
-rw-r--r-- | gas/config/tc-m88k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-m88k.c b/gas/config/tc-m88k.c index 961c418..84ba823 100644 --- a/gas/config/tc-m88k.c +++ b/gas/config/tc-m88k.c @@ -1117,7 +1117,7 @@ md_atof (type, litP, sizeP) md_number_to_chars (litP, (long) (*wordP++), sizeof (LITTLENUM_TYPE)); litP += sizeof (LITTLENUM_TYPE); } - return ""; /* Someone should teach Dean about null pointers */ + return 0; } int md_short_jump_size = 4; |