[Vm-dev] [commit][3656] Avoid nested comment in LocalePlugin

commits at squeakvm.org commits at squeakvm.org
Mon Mar 28 20:18:24 UTC 2016


Revision: 3656
Author:   nice
Date:     2016-03-28 13:18:24 -0700 (Mon, 28 Mar 2016)
Log Message:
-----------
Avoid nested comment in LocalePlugin

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/LocalePlugin/LocalePlugin.h

Modified: trunk/platforms/Cross/plugins/LocalePlugin/LocalePlugin.h
===================================================================
--- trunk/platforms/Cross/plugins/LocalePlugin/LocalePlugin.h	2016-03-28 20:13:26 UTC (rev 3655)
+++ trunk/platforms/Cross/plugins/LocalePlugin/LocalePlugin.h	2016-03-28 20:18:24 UTC (rev 3656)
@@ -87,7 +87,7 @@
 /* return the size in chars of the time format string */
 sqInt	sqLocTimeFormatSize(void);
 /* write the string describing the time formatting into string ptr.
-/* Format is made up of
+ * Format is made up of
  * 		h hour (h 12, H 24), m minute, s seconds, x (am/pm String)
  * 		double symbol is null padded, single not padded (h=6, hh=06)  */
 void	sqLocGetTimeFormatInto(char * str);



More information about the Vm-dev mailing list