From 6e13823ccc8588d2e5124fc58a7563c8fc2a6ea3 Mon Sep 17 00:00:00 2001 From: Tim Lunn Date: Tue, 15 Oct 2013 09:21:59 +1100 Subject: [PATCH] shell-js: fix incorrect G_BEGIN_DECLS in header --- src/shell-js.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-js.h b/src/shell-js.h index 26cbf4d82..c00d3134b 100644 --- a/src/shell-js.h +++ b/src/shell-js.h @@ -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__ */