gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36997 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r36997 - libmicrohttpd/src/microhttpd
Date: Fri, 8 Apr 2016 21:04:01 +0200

Author: grothoff
Date: 2016-04-08 21:04:01 +0200 (Fri, 08 Apr 2016)
New Revision: 36997

Modified:
   libmicrohttpd/src/microhttpd/basicauth.c
Log:
one variable per line

Modified: libmicrohttpd/src/microhttpd/basicauth.c
===================================================================
--- libmicrohttpd/src/microhttpd/basicauth.c    2016-04-08 18:40:58 UTC (rev 
36996)
+++ libmicrohttpd/src/microhttpd/basicauth.c    2016-04-08 19:04:01 UTC (rev 
36997)
@@ -117,7 +117,8 @@
                                    const char *realm, 
                                    struct MHD_Response *response) 
 {
-  int ret, res;
+  int ret;
+  int res;
   size_t hlen = strlen(realm) + strlen("Basic realm=\"\"") + 1;
   char *header;
   




reply via email to

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