Index: /issm/trunk-jpl/src/m/coordsystems/ll2xy.m
===================================================================
--- /issm/trunk-jpl/src/m/coordsystems/ll2xy.m	(revision 27511)
+++ /issm/trunk-jpl/src/m/coordsystems/ll2xy.m	(revision 27512)
@@ -49,5 +49,5 @@
 	re = 6378137;         % Radius of the earth in meters
 	f  = 1./298.257223563;% Earth flattening
-	ex2 = 2*f-f^2         % Eccentricity squared
+	ex2 = 2*f-f^2;        % Eccentricity squared
 end
 
