diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-22 18:50:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-22 18:50:51 +0000 |
commit | 543e0b1e0f3a9ff856009514279ca7c4bcd2c2e4 (patch) | |
tree | 4fa634e91f0f74d739799fc84c8942132b892422 | |
parent | 64b0ff875f51b7ba852a6297d74ebba1d66e49d2 (diff) |
oops, broken comment fixed
-rw-r--r-- | include/curl/multi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |