* plugin-api.h: Fix syntax error when compiling with C++.
authorCary Coutant <ccoutant@google.com>
Mon, 1 Dec 2008 19:05:46 +0000 (19:05 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 1 Dec 2008 19:05:46 +0000 (19:05 +0000)
include/ChangeLog
include/plugin-api.h

index 96c8474..1c162dc 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-01  Cary Coutant  <ccoutant@google.com>
+
+       * plugin-api.h: Fix syntax error when compiling with C++.
+
 2008-11-26  Alan Modra  <amodra@bigpond.net.au>
 
        PR 7047
index 45b5820..3af486c 100644 (file)
@@ -236,7 +236,7 @@ enum ld_plugin_status
 (*ld_plugin_onload) (struct ld_plugin_tv *tv);
 
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif /* !defined(PLUGIN_API_H) */