shell-js: fix incorrect G_BEGIN_DECLS in header

This commit is contained in:
Tim Lunn 2013-10-15 09:21:59 +11:00
parent 5c5f2fdf8f
commit 6e13823ccc

View File

@ -11,6 +11,6 @@ gboolean shell_js_add_extension_importer (const char *target_object_script,
const char *directory,
GError **error);
G_BEGIN_DECLS
G_END_DECLS
#endif /* __SHELL_JS_H__ */