Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-09-19 19:48:16 +0400
committerNick Clifton <nickc@redhat.com>2002-09-19 19:48:16 +0400
commit20775b213d906b4530d4a804e4620d03800d435e (patch)
tree1e46e5bf71c11887ae9193583e5a32fdc34867ad /include/dis-asm.h
parent580e99a151bdeea4141a0bf03f1e57f07d288ee7 (diff)
Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
Diffstat (limited to 'include/dis-asm.h')
-rw-r--r--include/dis-asm.h2
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) */