Replace a C++ comment by a C comment.

This commit is contained in:
sperber 2003-02-14 14:17:36 +00:00
parent 28db39b1c5
commit edae15ae5b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ s48_value s48_add_pending_channel (s48_value channel)
S48_CHECK_CHANNEL(channel);
socket_fd = S48_UNSAFE_EXTRACT_FIXNUM(S48_UNSAFE_CHANNEL_OS_INDEX(channel));
if (! s48_add_pending_fd(socket_fd, 1)) // 1 for: yes, is input
if (! s48_add_pending_fd(socket_fd, 1)) /* 1 for: yes, is input */
s48_raise_out_of_memory_error();
return S48_UNSPECIFIC;