Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib/exiftags


Modified Files:
        canon.c 


Log Message:
Fix memory alignment issues on ARM.

Patch by: Leonardo Sobral Cunha <[EMAIL PROTECTED]>

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/exiftags/canon.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- canon.c     4 Nov 2007 11:55:35 -0000       1.5
+++ canon.c     10 May 2008 04:54:39 -0000      1.6
@@ -29,7 +29,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: canon.c,v 1.5 2007/11/04 11:55:35 englebass Exp $
+ * $Id: canon.c,v 1.6 2008/05/10 04:54:39 barbieri Exp $
  */
 
 /*
@@ -52,7 +52,7 @@
 struct ccstm {
        int32_t val;
        struct descrip *table;
-       const char descr[];
+       const char *descr;
 };
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to