A 'fi' was needed in the last if statement.

diff --git a/tools/winelauncher.in b/tools/winelauncher.in
index f7b4ceb..631c823 100755
--- a/tools/winelauncher.in
+++ b/tools/winelauncher.in
@@ -541,3 +541,4 @@
 	kill -$[wine_return - 128] $$
 	# if we get here the kill didn't work
 	exit 1
+fi