Index: /issm/trunk-jpl/src/m/coordsystems/xy2ll.m
===================================================================
--- /issm/trunk-jpl/src/m/coordsystems/xy2ll.m	(revision 27481)
+++ /issm/trunk-jpl/src/m/coordsystems/xy2ll.m	(revision 27482)
@@ -45,5 +45,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
 
