Fix: vergessene Klammer ergaenzt.

Change-Id: Ic426a222c992549ecc6d7ed8643dcc3dcea6bb8d
diff --git a/std/items/fishing/fish.c b/std/items/fishing/fish.c
index 612123d..fd116d8 100644
--- a/std/items/fishing/fish.c
+++ b/std/items/fishing/fish.c
@@ -221,6 +221,7 @@
       foreach(object ziel : all_environment(this_object())) {
         if (muell->move(ziel, M_GET)==MOVE_OK)
           break;
+      }
     }
     call_out("remove",0);
     return;