FixLineEndings:

--------------------------------------------------------------------------
   Make line endings consistent with the platform.
--------------------------------------------------------------------------
   Form:
   s = FixLineEndings( s )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s              (1,:)   String

   -------
   Outputs
   -------
   s              (1,:)   String

--------------------------------------------------------------------------