Module: tools Branch: master Commit: 93e5c34f072c1061c413b1df6f4beb13149997e7 URL: https://source.winehq.org/git/tools.git/?a=commit;h=93e5c34f072c1061c413b1df...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 16 23:54:20 2020 +0100
testbot/WinePatchesMLSubmit: Add a semi-colon.
It's at the end of a block and thus optional but all other blocks have one.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 4797e98..92c769f 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;