From 20775b213d906b4530d4a804e4620d03800d435e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 19 Sep 2002 15:48:16 +0000 Subject: Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. --- include/dis-asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dis-asm.h') 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) */ -- cgit v1.2.3