View | Details | Raw Unified | Return to bug 70592
Collapse All | Expand All

(-)makeztxt/files/patch-libztxt::ztxt_process.c (-2 / +11 lines)
Lines 1-5 Link Here
1
--- libztxt/ztxt_process.c.old	Sat Mar  2 07:03:18 2002
1
--- libztxt/ztxt_process.c.orig	Sat Mar  2 07:03:18 2002
2
+++ libztxt/ztxt_process.c	Sun Sep 29 15:52:49 2002
2
+++ libztxt/ztxt_process.c	Sat Aug 14 13:35:00 2004
3
@@ -30,6 +30,7 @@
3
@@ -30,6 +30,7 @@
4
 #include <stdlib.h>
4
 #include <stdlib.h>
5
 #include <stdio.h>
5
 #include <stdio.h>
Lines 8-10 Link Here
8
 #include <regex.h>
8
 #include <regex.h>
9
 #include <zlib.h>
9
 #include <zlib.h>
10
 #include "ztxt.h"
10
 #include "ztxt.h"
11
@@ -140,7 +141,7 @@
12
             break;
13
 
14
           case 2:
15
-          default:
16
+          default:;
17
             /* Just leave the next alone.  No linefeed stripping. */
18
         }
19

Return to bug 70592