libtiff: If it doesn't fail then it succeeds.

https://github.com/libsdl-org/libtiff/commit/3c9889adc959b74617dae91d847bcd87e8f029ee

From 3c9889adc959b74617dae91d847bcd87e8f029ee Mon Sep 17 00:00:00 2001
From: Lee Howard <[EMAIL REDACTED]>
Date: Sun, 28 Nov 2010 15:35:44 +0000
Subject: [PATCH] If it doesn't fail then it succeeds.

---
 tools/tiff2pdf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/tiff2pdf.c b/tools/tiff2pdf.c
index a9590180..09ddc8d3 100644
--- a/tools/tiff2pdf.c
+++ b/tools/tiff2pdf.c
@@ -1,4 +1,4 @@
-/* $Id: tiff2pdf.c,v 1.37.2.15 2010-07-08 09:39:29 dron Exp $
+/* $Id: tiff2pdf.c,v 1.37.2.16 2010-11-28 15:35:44 faxguy Exp $
  *
  * tiff2pdf - converts a TIFF image to a PDF document
  *
@@ -762,6 +762,7 @@ int main(int argc, char** argv){
 		goto fail;
 	}
 
+	goto success;
 fail:
 	ret = EXIT_FAILURE;
 success: