X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fthreads.c;fp=bindings%2Fruby%2Fthreads.c;h=5885f5651ceeb100b3011557d462c8bdba29d586;hp=ed403a8f1f3db30e88d8fd030991ae1b62b1c9e6;hb=75738758f91ff2f199d598de17100dfb34cf5fe5;hpb=25da4a13407c0634d5b59fc2e1f3c2fe17db4438 diff --git a/bindings/ruby/threads.c b/bindings/ruby/threads.c index ed403a8f..5885f565 100644 --- a/bindings/ruby/threads.c +++ b/bindings/ruby/threads.c @@ -30,7 +30,7 @@ notmuch_rb_threads_destroy (VALUE self) { notmuch_threads_t *threads; - Data_Get_Struct (self, notmuch_threads_t, threads); + Data_Get_Notmuch_Threads (self, threads); notmuch_threads_destroy (threads); DATA_PTR (self) = NULL;