diff --git a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs index 84ae14e0e8..d12a07ef8b 100644 --- a/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs +++ b/src/BizHawk.Client.Common/tools/Watch/WatchList/WatchList.cs @@ -254,7 +254,7 @@ namespace BizHawk.Client.Common foreach(var watch in _watchList) { watch.Update(previousType); - }; + } } ///