From: Cary Coutant Date: Mon, 1 Dec 2008 19:05:46 +0000 (+0000) Subject: * plugin-api.h: Fix syntax error when compiling with C++. X-Git-Tag: sid-snapshot-20090201~554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6bfd026d0e011e4ea43aacad46a208ccefd2265;p=platform%2Fupstream%2Fbinutils.git * plugin-api.h: Fix syntax error when compiling with C++. --- diff --git a/include/ChangeLog b/include/ChangeLog index 96c8474..1c162dc 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Cary Coutant + + * plugin-api.h: Fix syntax error when compiling with C++. + 2008-11-26 Alan Modra PR 7047 diff --git a/include/plugin-api.h b/include/plugin-api.h index 45b5820..3af486c 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -236,7 +236,7 @@ enum ld_plugin_status (*ld_plugin_onload) (struct ld_plugin_tv *tv); #ifdef __cplusplus -}; +} #endif #endif /* !defined(PLUGIN_API_H) */