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 | 8418f5ff1c6fba2d7fa61638e7b2f32b18549644 (patch) | |
tree | 2a36337bb8e646f3477b64b479f7f828f4e5c4a0 /include/dis-asm.h | |
parent | 790eb8f5c4002d09f9efc482bdf68f6f60783c05 (diff) | |
download | gdb-8418f5ff1c6fba2d7fa61638e7b2f32b18549644.zip gdb-8418f5ff1c6fba2d7fa61638e7b2f32b18549644.tar.gz gdb-8418f5ff1c6fba2d7fa61638e7b2f32b18549644.tar.bz2 |
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 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) */ |