From: Daniel Stenberg Date: Wed, 22 Jan 2003 18:50:51 +0000 (+0000) Subject: oops, broken comment fixed X-Git-Tag: curl-7_10_4~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=543e0b1e0f3a9ff856009514279ca7c4bcd2c2e4;p=curl oops, broken comment fixed --- diff --git a/include/curl/multi.h b/include/curl/multi.h index 19c6553e4..365cd40b5 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -190,7 +190,7 @@ CURLMsg *curl_multi_info_read(CURLM *multi_handle, int *msgs_in_queue); #ifdef __cplusplus -} /* end of extern "C" +} /* end of extern "C" */ #endif #endif