From d3f786c8f323ca33e4b89c5bbf25200972cdfcf2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 19 Sep 2002 15:48:16 +0000 Subject: [PATCH] Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. --- include/ChangeLog | 5 +++++ include/dis-asm.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/ChangeLog b/include/ChangeLog index d252c121a8..d6c4ecb3fd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2002-09-19 Nathan Tallent + + * dis-asm.h: Remove (errant) trailing semicolon (;) from the + extern "C" { } declaration. + 2002-09-04 Nick Clifton * dis-asm.h (print_ppc_disassembler_options): Prototype. diff --git a/include/dis-asm.h b/include/dis-asm.h index ea74b99c76..993b3ad29f 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) */ -- 2.11.0