diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:48:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:48:16 +0000 |
commit | 20775b213d906b4530d4a804e4620d03800d435e (patch) | |
tree | 1e46e5bf71c11887ae9193583e5a32fdc34867ad /include/dis-asm.h | |
parent | 580e99a151bdeea4141a0bf03f1e57f07d288ee7 (diff) | |
download | cygnal-20775b213d906b4530d4a804e4620d03800d435e.tar.gz cygnal-20775b213d906b4530d4a804e4620d03800d435e.tar.bz2 cygnal-20775b213d906b4530d4a804e4620d03800d435e.zip |
Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r-- | include/dis-asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dis-asm.h b/include/dis-asm.h index ea74b99c7..993b3ad29 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -318,7 +318,7 @@ extern int generic_symbol_at_address (INFO).insn_info_valid = 0 #ifdef __cplusplus -}; +} #endif #endif /* ! defined (DIS_ASM_H) */ |