Index: texture.c
===================================================================
--- texture.c	(revision 1063)
+++ texture.c	(revision 1064)
@@ -49,7 +49,7 @@
 int flipx=0,flipy=0;
 char compress=0; // Handle compressed tga texture
 GLuint chunkid;
-char rle;
+char rle;
 char offset;
 
 // "as" is duplicated ?
@@ -95,7 +95,7 @@
     return 0;
   }
 
- fread(temp,1,12,file);
+ fread(temp,1,12,file);
  offset=temp[0];
  if(temp[2]!=2 && temp[2]!=3 && temp[2]!=10 && temp[2]!=11)
  {
@@ -167,7 +167,7 @@
 
      chunkid=0;
      rle=0;
-
+
  fread(temp,1,offset,file);
  //reading the image data in the file
  for(jj=0; jj<ty; jj++)

Property changes on: texture.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property