Fixed comment style for Solaris

This commit is contained in:
ddrinan%netscape.com 2000-05-18 18:32:43 +00:00
Родитель 09e2e5befb
Коммит da036efed7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1047,7 +1047,7 @@ http_handle_request(void *arg)
/* Find the target object, if one has been explicitly specified. */
http_find_target(req);
#if 0 // XP_MAC
#if 0 /* XP_MAC */
/* Test pattern for now. */
rv = SSM_HTTPSendUTF8String(req, "Hi, I got all of your request.\r\n");
rv = SSM_HTTPSendUTF8String(req, req->rawreqbuf);