aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/state/state.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/state/state.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.ttl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl
index 2aa01ca..751a6e3 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/state.ttl
@@ -103,7 +103,7 @@ my_save(LV2_Handle instance,
plugin->uris.atom_String,
LV2_STATE_IS_POD | LV2_STATE_IS_PORTABLE);
- return LV2_STATUS_SUCCESS;
+ return LV2_STATE_SUCCESS;
}
LV2_State_Status
@@ -128,7 +128,7 @@ my_restore(LV2_Handle instance,
plugin->state->greeting = strdup(DEFAULT_GREETING);
}
- return LV2_STATUS_SUCCESS;
+ return LV2_STATE_SUCCESS;
}
const void*