Francois Gouget : testbot/WinePatchesMLSubmit: Add a semi-colon.

Alexandre Julliard julliard at winehq.org
Tue Mar 17 14:41:17 CDT 2020


Module: tools
Branch: master
Commit: 93e5c34f072c1061c413b1df6f4beb13149997e7
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=93e5c34f072c1061c413b1df6f4beb13149997e7

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list