summaryrefslogtreecommitdiff
path: root/graphics/gphoto/patches/patch-ai
blob: 4933be65a27e3fb97022127e46477b7f7a0dd2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-ai,v 1.3 2004/01/19 15:52:40 cube Exp $

--- kodak/kodak_dc2x.c.orig	1999-12-05 19:48:53.000000000 +0100
+++ kodak/kodak_dc2x.c
@@ -357,15 +357,15 @@ dc20_info->model, dc20_info->pic_taken, 
 char *kodak_dc2x_description() {
 
 	return(
-"Kodak DC25 and DC20 support 
-by Del Simmons <del@freespeech.com>. 
-This code is working on my DC25 but 
-I know it will have some problems with 
-the DC20. If you have a DC20, please 
-give it a shot and let me know all 
-the places it fails. If compiling for
-the DC20, please try removng the -DDC25
-flag from the Makefile in the kodak 
+"Kodak DC25 and DC20 support \n\
+by Del Simmons <del@freespeech.com>. \n\
+This code is working on my DC25 but \n\
+I know it will have some problems with \n\
+the DC20. If you have a DC20, please \n\
+give it a shot and let me know all \n\
+the places it fails. If compiling for\n\
+the DC20, please try removng the -DDC25\n\
+flag from the Makefile in the kodak \n\
 directory. Thanks!");
 }