Changed C++ comment to C comment.

This commit is contained in:
kin%netscape.com 1998-08-05 19:13:08 +00:00
Родитель 4a709151f5
Коммит df7e9649fb
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -2561,11 +2561,11 @@ htmlarea_text_focus(FEFormData *fed, LO_FormElementStruct *form)
static void
htmlarea_lost_focus(FEFormData *fed)
{
//
// TODO: Do stuff like in ...
//
// text_lost_focus(fed);
//
/*
* TODO: Do stuff like in ...
*
* text_lost_focus(fed);
*/
}
static void