diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-22 09:23:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-22 09:23:31 +0000 |
commit | a80076a17190fc7782376aefd552a2454dc10222 (patch) | |
tree | b2fbc04af8fe8d61e93a7f1ab72212a20f1e8e9b /gas/config | |
parent | 0c35f01ab36dfcbe8f82252db9e08ed51ff9df3f (diff) | |
download | gdb-a80076a17190fc7782376aefd552a2454dc10222.zip gdb-a80076a17190fc7782376aefd552a2454dc10222.tar.gz gdb-a80076a17190fc7782376aefd552a2454dc10222.tar.bz2 |
Fix compile time warnings
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/obj-aout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-aout.c b/gas/config/obj-aout.c index e5ffdf1..a394306 100644 --- a/gas/config/obj-aout.c +++ b/gas/config/obj-aout.c @@ -755,4 +755,4 @@ const struct format_ops aout_format_ops = 0, /* read_begin_hook */ 0 /* symbol_new_hook */ }; -#endif BFD_ASSEMBLER +#endif /* BFD_ASSEMBLER */ |