fix syntax error

This commit is contained in:
2021-12-08 11:45:22 +01:00
parent 5928276b74
commit f0f5cbde4b
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@ sub EventProcessingWindowRec {
return
if ( !IsAfterShuttersManualBlocking($shuttersDev);
if ( !IsAfterShuttersManualBlocking($shuttersDev) );