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:
authorCary Coutant <ccoutant@google.com>2008-12-01 22:05:46 +0300
committerCary Coutant <ccoutant@google.com>2008-12-01 22:05:46 +0300
commit54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22 (patch)
treee4caff3d8635c5b7e95763f219818d12fa3fbf56 /include/plugin-api.h
parentd973def20065092009bb7d0604d4ac9b947674e5 (diff)
* plugin-api.h: Fix syntax error when compiling with C++.
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r--include/plugin-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 45b58202e..3af486c5a 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) */