converted comments to get caught by doxygen
[citadel.git] / webcit / gettext.c
index 36e7548b3fc943068d0b55f21f3ac72a09998827..0243c7b703b10796c53b79518578247d155fde7f 100644 (file)
@@ -89,7 +89,7 @@ void httplang_to_locale(char *LocaleString)
                        for (j=0; j<blen; j++)
                                {
                                        int chars=toupper(ls->region[j]);
-                                       ls->region[j]=(char)chars;/*todo ?! */
+                                       ls->region[j]=(char)chars;/* \todo ?! */
                                }
                        sprintf(&lbuf[0],"%s_%s",&ls->lang[0],&ls->region[0]);