summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 0752044..97f141f 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -294,8 +294,8 @@ slv2_sequence_insert(GSequence* seq, void* value)
}
static inline void
-slv2_array_append(GPtrArray* array, void* value) {
- g_ptr_array_add(array, value);
+slv2_array_append(GSequence* seq, void* value) {
+ g_sequence_append(seq, value);
}
struct _SLV2Header*