* plugin-api.h: Fix syntax error when compiling with C++.
This commit is contained in:
@ -236,7 +236,7 @@ enum ld_plugin_status
|
||||
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* !defined(PLUGIN_API_H) */
|
||||
|
Reference in New Issue
Block a user