plugin-api.h: Fix compile.
authorJerry Quinn <jlquinn@optonline.net>
Sun, 4 Oct 2009 16:53:12 +0000 (16:53 +0000)
committerJerry Quinn <jlquinn@gcc.gnu.org>
Sun, 4 Oct 2009 16:53:12 +0000 (16:53 +0000)
2009-10-04  Jerry Quinn  <jlquinn@optonline.net>

* plugin-api.h: Fix compile.

From-SVN: r152438

include/ChangeLog
include/plugin-api.h

index 63cebab..ad9c43c 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-04  Jerry Quinn  <jlquinn@optonline.net>
+
+       * plugin-api.h: Fix compile.
+
 2008-10-03  Rafael Espindola  <espindola@google.com>
 
        * plugin-api.h: New.
index bb038ad..c3a1da2 100644 (file)
@@ -257,7 +257,7 @@ enum ld_plugin_status
 (*ld_plugin_onload) (struct ld_plugin_tv *tv);
 
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif /* !defined(PLUGIN_API_H) */