Module: tools Branch: master Commit: 5923ef00da82bfb7966457d9b4bdc256ab7c527f URL: https://source.winehq.org/git/tools.git/?a=commit;h=5923ef00da82bfb7966457d9...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Jun 11 12:09:52 2018 +0200
testbot: Add the customary 1; at the end of PatchUtils.pm.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/PatchUtils.pm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/testbot/lib/WineTestBot/PatchUtils.pm b/testbot/lib/WineTestBot/PatchUtils.pm index b05fe0a..02c89e2 100644 --- a/testbot/lib/WineTestBot/PatchUtils.pm +++ b/testbot/lib/WineTestBot/PatchUtils.pm @@ -250,3 +250,5 @@ sub GetPatchImpact($;$$)
return $Impacts; } + +1;