fixed one bug in sync func call
authorImran Zaman <imran.zaman@intel.com>
Wed, 4 Dec 2013 14:14:42 +0000 (16:14 +0200)
committerImran Zaman <imran.zaman@intel.com>
Wed, 4 Dec 2013 14:14:42 +0000 (16:14 +0200)
examples/gum-example.c

index b4eef51..93c8ae8 100644 (file)
@@ -382,7 +382,7 @@ _handle_group_add (
 {
     GumGroup *grp = NULL;
 
-    grp = gum_group_create_sync (_on_group_op);
+    grp = gum_group_create_sync ();
     if (!grp) return;
 
     _set_group_prop (grp, group);