CPP comments are not acceptable to all C compilers

This commit is contained in:
Mark 2003-12-31 00:15:08 +00:00
parent ac448f6399
commit adcffd1ae0

View file

@ -65,7 +65,7 @@ int init_curl() {
activetransfers = list_create(MAX_TRANSFERS);
nlog(LOG_DEBUG1, LOG_CORE, "LibCurl Initilized successfully");
// new_transfer("http://secure.irc-chat.net/", "", NS_MEMORY, "0", "Blah", testcallback);
/* new_transfer("http://secure.irc-chat.net/", "", NS_MEMORY, "0", "Blah", testcallback); */
return NS_SUCCESS;
}