summaryrefslogtreecommitdiff
path: root/editors/abiword/patches/patch-ai
blob: 08429feca2bd7be9db63ca691ce5b16212653391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.4 2001/05/24 04:28:20 jlam Exp $

--- ../psiconv/psiconv/generate_layout.c.orig	Mon Mar  5 22:46:15 2001
+++ ../psiconv/psiconv/generate_layout.c
@@ -78,7 +78,7 @@
     return res;
   if ((res = psiconv_write_color(buf,value->color)))
     return res;
-  // Unknown byte
+  /* Unknown byte */
   return psiconv_write_u8(buf,1);
 }