* plugin-api.h: Fix syntax error when compiling with C++.
This commit is contained in:
parent
c4212d37ab
commit
a6bfd026d0
2 changed files with 5 additions and 1 deletions
|
@ -236,7 +236,7 @@ enum ld_plugin_status
|
|||
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* !defined(PLUGIN_API_H) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue