From 3a164402177b95603a47e8bca5df19fb342db8b6 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sat, 13 Oct 2001 12:24:29 +0000 Subject: [PATCH] fixed syntax Original commit message from CVS: fixed syntax --- gst/gstthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstthread.c b/gst/gstthread.c index f4cc41fc8a..a1cdc2bba5 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -125,7 +125,7 @@ gst_thread_class_init (GstThreadClass *klass) #ifndef GST_DISABLE_LOADSAVE gstobject_class->save_thyself = GST_DEBUG_FUNCPTR (gst_thread_save_thyself); - gstobject_class->restore_thyself = GST_DEBUG_FUNCPTR gst_thread_restore_thyself); + gstobject_class->restore_thyself = GST_DEBUG_FUNCPTR(gst_thread_restore_thyself); #endif gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_thread_change_state);