Index: /trunk/Ohana/src/imclean/src/find_group.c
===================================================================
--- /trunk/Ohana/src/imclean/src/find_group.c	(revision 4493)
+++ /trunk/Ohana/src/imclean/src/find_group.c	(revision 4494)
@@ -11,5 +11,5 @@
 
   Ndegbin = NBINS / 180.0;
-  ALLOCATE (A, unsigned short int, NBINS + 1)
+  ALLOCATE (A, unsigned short int, NBINS + 1);
   bzero (A, (NBINS+1)*sizeof(short));
 
