PATCH: dlls/gphoto2.ds/gphoto2_i.h -- typo and grammaro

Gerald Pfeifer gerald at pfeifer.com
Sun May 14 04:38:52 CDT 2006


I hope the part about adding "support" is right; the other two 
changes just address a typo and a grammaro.

Gerald

ChangeLog:
Fix a typo in a #warning, and slight rewording.  Fix grammaro in comment.

Index: gphoto2_i.h
===================================================================
RCS file: /home/wine/wine/dlls/gphoto2.ds/gphoto2_i.h,v
retrieving revision 1.1
diff -u -3 -p -r1.1 gphoto2_i.h
--- gphoto2_i.h	8 May 2006 20:40:09 -0000	1.1
+++ gphoto2_i.h	14 May 2006 09:36:27 -0000
@@ -25,12 +25,12 @@
 #endif
 
 #if !defined(HAVE_JPEGLIB_H)
-# warning "ghoto2 in twain needs jpeg development headers"
+# warning "gphoto2 support in twain needs jpeg development headers"
 # undef HAVE_GPHOTO2
 #endif
 
 #ifdef HAVE_GPHOTO2
-/* Hack for gphoto2, who changes behaviour when WIN32 is set. */
+/* Hack for gphoto2, which changes behaviour when WIN32 is set. */
 #undef WIN32
 #include <gphoto2/gphoto2-camera.h>
 #define WIN32



More information about the wine-patches mailing list