gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed C++-style comm


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed C++-style comments.
Date: Wed, 01 May 2019 00:24:28 +0200

This is an automated email from the git hooks/post-receive script.

silvioprog pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 19591dfc Fixed C++-style comments.
19591dfc is described below

commit 19591dfcbee887949b7ac422e63d016f1488e696
Author: silvioprog <address@hidden>
AuthorDate: Tue Apr 30 19:23:49 2019 -0300

    Fixed C++-style comments.
---
 src/examples/http_chunked_compression.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/http_chunked_compression.c 
b/src/examples/http_chunked_compression.c
index 7f4a1333..7ccd535e 100644
--- a/src/examples/http_chunked_compression.c
+++ b/src/examples/http_chunked_compression.c
@@ -108,7 +108,7 @@ read_cb (void *cls, uint64_t pos, char *mem, size_t size)
     {
       memcpy (mem, buf, size);
     }
-  free (buf); // buf may be set even on error return
+  free (buf); /* Buf may be set even on error return. */
 done:
   free (src);
   return size;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]