plugin-api.h: Fix compile.

2009-10-04  Jerry Quinn  <jlquinn@optonline.net>

	* plugin-api.h: Fix compile.

From-SVN: r152438
This commit is contained in:
Jerry Quinn 2009-10-04 16:53:12 +00:00 committed by Jerry Quinn
parent 2dc07d4583
commit e5dd62e242
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-10-04 Jerry Quinn <jlquinn@optonline.net>
* plugin-api.h: Fix compile.
2008-10-03 Rafael Espindola <espindola@google.com>
* plugin-api.h: New.

View file

@ -257,7 +257,7 @@ enum ld_plugin_status
(*ld_plugin_onload) (struct ld_plugin_tv *tv);
#ifdef __cplusplus
};
}
#endif
#endif /* !defined(PLUGIN_API_H) */