Index: /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/LoadDataSDSS.c
===================================================================
--- /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/LoadDataSDSS.c	(revision 24980)
+++ /branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/LoadDataSDSS.c	(revision 24981)
@@ -19,10 +19,10 @@
     NVALID = Nvalid + 5;
     REALLOCATE (images[0], Image, NVALID);
-  }    
+  }
 
   // find image rootname
   name = filebasename (file);
 
-  // there is only one SDSS image per file (TRUE?)
+  // there is only one SDSS image per file (TRUE?) XXXJester: yes, indeed
   Nhead = headerSets[0].extnum_head;
 
@@ -36,6 +36,6 @@
     Nskip += extsize[j];
   }
-  fseek (f, Nskip, SEEK_SET); 
-	 
+  fseek (f, Nskip, SEEK_SET);
+
   // XXX I think this is an error?  should this be &images[0][Nvalid] ??
   inStars = ReadStarsSDSS (f, name, headers[Nhead], headers[Ndata], images[0], &Nvalid, &Ninstars);
