[tools] testbot/WinePatchesMLSubmit: Add a semi-colon.

Francois Gouget fgouget at codeweavers.com
Mon Mar 16 17:54:20 CDT 2020


It's at the end of a block and thus optional but all other blocks
have one.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WinePatchesMLSubmit.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/WinePatchesMLSubmit.pl b/testbot/bin/WinePatchesMLSubmit.pl
index 4797e986ad..92c769f465 100755
--- a/testbot/bin/WinePatchesMLSubmit.pl
+++ b/testbot/bin/WinePatchesMLSubmit.pl
@@ -65,7 +65,7 @@ if (defined $ErrMessage)
 {
   # The Engine will pick up the email later so return success anyway.
   # But still log the issue so it can be checked out.
-  LogMsg "$ErrMessage\n"
+  LogMsg "$ErrMessage\n";
 }
 
 exit 0;
-- 
2.20.1



More information about the wine-devel mailing list