aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-29 13:20:09 -0400
committerDavid Robillard <d@drobilla.net>2023-05-29 13:20:09 -0400
commitbb6a2103c7adf3c1339728915d7f1497ee98dcbf (patch)
tree9bb40237acd5089132cd1169f4aeae0808169d0e /include
parent52a96cec13bf2d541c42f8f398e7ea1387c6f56d (diff)
downloadlv2-bb6a2103c7adf3c1339728915d7f1497ee98dcbf.tar.xz
Fix field order in LV2_Atom_Sequence_Body documentation
Diffstat (limited to 'include')
-rw-r--r--include/lv2/atom/atom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lv2/atom/atom.h b/include/lv2/atom/atom.h
index 44f597a..ca607d3 100644
--- a/include/lv2/atom/atom.h
+++ b/include/lv2/atom/atom.h
@@ -215,7 +215,7 @@ typedef struct {
| Event 1 (size 6) | Event 2
| | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
- |FRAMES |TYPE |SIZE |DATADATADATAPAD|FRAMES |...
+ |FRAMES |SIZE |TYPE |DATADATADATAPAD|FRAMES |...
</pre>
*/
typedef struct {