diff options
Diffstat (limited to 'libcoopgamma_filter_query_marshal.c')
-rw-r--r-- | libcoopgamma_filter_query_marshal.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcoopgamma_filter_query_marshal.c b/libcoopgamma_filter_query_marshal.c index 1049623..34835ca 100644 --- a/libcoopgamma_filter_query_marshal.c +++ b/libcoopgamma_filter_query_marshal.c @@ -17,8 +17,8 @@ libcoopgamma_filter_query_marshal(const libcoopgamma_filter_query_t *restrict th MARSHAL_PROLOGUE; marshal_version(LIBCOOPGAMMA_FILTER_QUERY_VERSION); marshal_string(this->crtc); - marshal_prim(this->coalesce, int); - marshal_prim(this->high_priority, int64_t); - marshal_prim(this->low_priority, int64_t); + marshal_prim(this->coalesce); + marshal_prim(this->high_priority); + marshal_prim(this->low_priority); MARSHAL_EPILOGUE; } |