From 54e01333f7619ef24ec5cf0f1837ce1f0e6a9e22 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Mon, 1 Dec 2008 19:05:46 +0000 Subject: * plugin-api.h: Fix syntax error when compiling with C++. --- include/plugin-api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/plugin-api.h') 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) */ -- cgit v1.2.3