From: Nick Clifton Date: Thu, 19 Sep 2002 15:48:16 +0000 (+0000) Subject: Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. X-Git-Tag: drow-cplus-branchpoint~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8418f5ff1c6fba2d7fa61638e7b2f32b18549644;p=external%2Fbinutils.git Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. --- diff --git a/include/ChangeLog b/include/ChangeLog index d252c12..d6c4ecb 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 ea74b99..993b3ad 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) */