Explorar o código

Merged 1018:23aee7da04e0 from default branch: C++-style comment fixes.

Ryan C. Gordon %!s(int64=16) %!d(string=hai) anos
pai
achega
8ff89ca115
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      extras/physfshttpd.c

+ 2 - 2
extras/physfshttpd.c

@@ -156,14 +156,14 @@ static void serve_http_request(int sock, struct sockaddr *addr,
     {
         printf("out of memory.\n");
         return;
-    } // if
+    } /* if */
     args->addr = (struct sockaddr *) malloc(addrlen);
     if (args->addr == NULL)
     {
         free(args);
         printf("out of memory.\n");
         return;
-    } // if
+    } /* if */
 
     args->sock = sock;
     args->addrlen = addrlen;