Author: tille
Date: 2016-01-02 22:27:10 +0000 (Sat, 02 Jan 2016)
New Revision: 20940

Modified:
   
trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch
Log:
Fix patch


Modified: 
trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch
===================================================================
--- 
trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch  
    2016-01-02 22:23:54 UTC (rev 20939)
+++ 
trunk/packages/libctapimkt/trunk/debian/patches/clang_FTBFS_Wreturn-type.patch  
    2016-01-02 22:27:10 UTC (rev 20940)
@@ -5,12 +5,12 @@
 
 --- a/mktlin.c
 +++ b/mktlin.c
-@@ -337,7 +337,7 @@
-       PROGRAM_ABORT;
-     }
-   }
--return;
-+return 0;
- }
- 
- 
+@@ -337,7 +337,7 @@ int antwort(unsigned char *abschnitt){
+       PROGRAM_ABORT;
+     }
+   }
+-return;
++return 0;
+ }
+ 
+ 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to