summaryrefslogtreecommitdiff
path: root/markdown/plugin-development/advanced/allocation.md
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/plugin-development/advanced/allocation.md')
-rw-r--r--markdown/plugin-development/advanced/allocation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/plugin-development/advanced/allocation.md b/markdown/plugin-development/advanced/allocation.md
index 80c8679..bdff786 100644
--- a/markdown/plugin-development/advanced/allocation.md
+++ b/markdown/plugin-development/advanced/allocation.md
@@ -287,7 +287,7 @@ function is implemented in the `my-example-meta.c` file:
GType
my_example_meta_api_get_type (void)
{
- static volatile GType type;
+ static GType type;
static const gchar *tags[] = { "foo", "bar", NULL };
if (g_once_init_enter (&type)) {