blob: 312f32b2df91e226df22d8ba2f37bd8ec60556f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-av,v 1.1 2004/01/19 15:52:40 cube Exp $
--- sony/dsc_f1.c.orig 1999-05-27 20:32:06.000000000 +0200
+++ sony/dsc_f1.c
@@ -166,10 +166,10 @@ int dsc_f1_delete_image (int picNum) {
char *dsc_f1_description () {
return(
- "Sony DSC-F1 Digital Camera Support\n
- M. Adam Kendall <joker@penguinpub.com>\n\n
- Based on the chotplay CLI interface from\n
- Ken-ichi Hayashi\n\n
+ "Sony DSC-F1 Digital Camera Support\n\
+ M. Adam Kendall <joker@penguinpub.com>\n\n\
+ Based on the chotplay CLI interface from\n\
+ Ken-ichi Hayashi\n\n\
This lib may not work. YMMV\n");
}
|