]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove useless parens
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 14 Aug 2020 11:38:28 +0000 (13:38 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 14 Aug 2020 11:38:28 +0000 (13:38 +0200)
src/lib/shred.c

index 4f382a1ea4a32ece2f6cc4ac3a1c928ee8d481f3..88375f8eff63fed805e77968c79e51ce73f342ac 100644 (file)
@@ -364,7 +364,7 @@ GWION_IMPORT(shred) {
   struct SpecialId_ spid = { .type=t_shred, .exec=RegPushMe, .is_const=1 };
   gwi_specialid(gwi, "me", &spid);
 
-  SET_FLAG((t_shred), abstract);
+  SET_FLAG(t_shred, abstract);
 
   const Type t_fork= gwi_class_ini(gwi,  "Fork", "Shred");
   gwi_class_xtor(gwi, NULL, fork_dtor);