diff options
author | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:05:46 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2008-12-01 19:05:46 +0000 |
commit | 54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22 (patch) | |
tree | e4caff3d8635c5b7e95763f219818d12fa3fbf56 /include/plugin-api.h | |
parent | d973def20065092009bb7d0604d4ac9b947674e5 (diff) | |
download | cygnal-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.tar.gz cygnal-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.tar.bz2 cygnal-54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22.zip |
* plugin-api.h: Fix syntax error when compiling with C++.
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r-- | include/plugin-api.h | 2 |
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) */ |