29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
$OpenBSD: patch-kodak_kodak_dc2x_c,v 1.1 2004/05/15 18:37:53 naddy Exp $
|
|
--- kodak/kodak_dc2x.c.orig 2004-05-15 19:25:03.000000000 +0200
|
|
+++ kodak/kodak_dc2x.c 2004-05-15 19:25:18.000000000 +0200
|
|
@@ -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!");
|
|
}
|
|
|