Index: trunk/Ohana/src/opihi/cmd.astro/star.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/star.c	(revision 26891)
+++ trunk/Ohana/src/opihi/cmd.astro/star.c	(revision 34088)
@@ -4,5 +4,5 @@
 
   int x, y, N, dx, Nborder;
-  double Z, max;
+  double max;
   Buffer *buf;
 
@@ -36,5 +36,5 @@
   }
 
-  Z = get_aperture_stats (&buf[0].matrix, x, y, dx, Nborder, max);
+  get_aperture_stats (&buf[0].matrix, x, y, dx, Nborder, max);
   
   return (TRUE);
