25 lines
794 B
Plaintext
25 lines
794 B
Plaintext
$OpenBSD: patch-fuji_fujilib_c,v 1.1 2004/05/15 18:37:53 naddy Exp $
|
|
--- fuji/fujilib.c.orig 2004-05-15 19:21:12.000000000 +0200
|
|
+++ fuji/fujilib.c 2004-05-15 19:21:37.000000000 +0200
|
|
@@ -1157,13 +1157,13 @@ char *fuji_summary() {
|
|
|
|
char *fuji_description() {
|
|
return(
|
|
-"Generic Fuji
|
|
-Matthew G. Martin
|
|
-Based on fujiplay by
|
|
-Thierry Bousch<bousch@topo.math.u-psud.fr>
|
|
-
|
|
-Known to work with Fuji DS-7 and DX-5,7,10 and MX-500,600,700,2700
|
|
-, Apple QuickTake 200,Samsung Kenox SSC-350N cameras,
|
|
+"Generic Fuji\n\
|
|
+Matthew G. Martin\n\
|
|
+Based on fujiplay by\n\
|
|
+Thierry Bousch<bousch@topo.math.u-psud.fr>\n\
|
|
+\n\
|
|
+Known to work with Fuji DS-7 and DX-5,7,10 and MX-500,600,700,2700\n\
|
|
+, Apple QuickTake 200,Samsung Kenox SSC-350N cameras, \n\
|
|
but may support other Fuji cams as well.");
|
|
}
|
|
|