Index: trunk/psastro/src/psastroMaskUpdates.c
===================================================================
--- trunk/psastro/src/psastroMaskUpdates.c	(revision 41338)
+++ trunk/psastro/src/psastroMaskUpdates.c	(revision 41342)
@@ -424,6 +424,6 @@
                         psastroGhost *ghost = ghosts->data[i];
                         //offset the ghost angles with the astrometric rotation angle
-                        ghost->inner.theta -= (ROT_PARITY * ROTANGLE)
-                        ghost->outer.theta -= (ROT_PARITY * ROTANGLE)
+                        ghost->inner.theta -= (ROT_PARITY * ROTANGLE);
+                        ghost->outer.theta -= (ROT_PARITY * ROTANGLE);
                         // XXX bright vs faint ghost bits? (OR with SUSPECT)
                         psastroMaskEllipticalAnnulus (readoutMask->mask, ghostMaskValue, ghost->chip->x, ghost->chip->y, ghost->inner, ghost->outer);
