summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXANTRONIX Development2022-03-07 13:56:44 -0500
committerXANTRONIX Development2022-03-07 13:56:44 -0500
commitd1b6367b9087a85e6f49ec3c619d41f62704b8da (patch)
tree77ee0a6e675b2d07f7cbcb6be74429df6be2cc2c /src
parent563b5ba828d40c0c791e056504a53aa86ea359e1 (diff)
downloadxas-d1b6367b9087a85e6f49ec3c619d41f62704b8da.tar.gz
xas-d1b6367b9087a85e6f49ec3c619d41f62704b8da.tar.bz2
xas-d1b6367b9087a85e6f49ec3c619d41f62704b8da.zip
Fix incorrect sequence event type
Diffstat (limited to 'src')
-rw-r--r--src/seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seq.c b/src/seq.c
index d6940f0..af49281 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -274,7 +274,7 @@ int xas_seq_add_set_synth_type(xas_seq *seq,
goto error_malloc_ev;
}
- ev->type = XAS_SEQ_EVENT_SET_FREQUENCY;
+ ev->type = XAS_SEQ_EVENT_SET_SYNTH_TYPE;
ev->objtype = XAS_SEQ_OBJECT_SYNTH;
ev->object = object;
ev->timestamp = timestamp;