* plugin-api.h: Fix syntax error when compiling with C++.

This commit is contained in:
Cary Coutant
2008-12-01 19:05:46 +00:00
parent d973def200
commit 54e01333f7
2 changed files with 5 additions and 1 deletions

View 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) */