aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-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*
' href='#n137'>137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168