Fossil SCM
fix compile error
Commit
5fc80efdf934d14554c3449a34cb7f44929fb84a
Parent
3005080796a6d32…
1 file changed
+1
-1
+1
-1
| --- src/http_transport.c | ||
| +++ src/http_transport.c | ||
| @@ -318,11 +318,11 @@ | ||
| 318 | 318 | } |
| 319 | 319 | /* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */ |
| 320 | 320 | return &transport.pBuf[iStart]; |
| 321 | 321 | } |
| 322 | 322 | |
| 323 | -void *transport_global_shutdown(void){ | |
| 323 | +void transport_global_shutdown(void){ | |
| 324 | 324 | if( g.urlIsHttps ){ |
| 325 | 325 | #ifdef FOSSIL_ENABLE_SSL |
| 326 | 326 | ssl_global_shutdown(); |
| 327 | 327 | #endif |
| 328 | 328 | }else{ |
| 329 | 329 |
| --- src/http_transport.c | |
| +++ src/http_transport.c | |
| @@ -318,11 +318,11 @@ | |
| 318 | } |
| 319 | /* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */ |
| 320 | return &transport.pBuf[iStart]; |
| 321 | } |
| 322 | |
| 323 | void *transport_global_shutdown(void){ |
| 324 | if( g.urlIsHttps ){ |
| 325 | #ifdef FOSSIL_ENABLE_SSL |
| 326 | ssl_global_shutdown(); |
| 327 | #endif |
| 328 | }else{ |
| 329 |
| --- src/http_transport.c | |
| +++ src/http_transport.c | |
| @@ -318,11 +318,11 @@ | |
| 318 | } |
| 319 | /* printf("Got line: [%s]\n", &transport.pBuf[iStart]); */ |
| 320 | return &transport.pBuf[iStart]; |
| 321 | } |
| 322 | |
| 323 | void transport_global_shutdown(void){ |
| 324 | if( g.urlIsHttps ){ |
| 325 | #ifdef FOSSIL_ENABLE_SSL |
| 326 | ssl_global_shutdown(); |
| 327 | #endif |
| 328 | }else{ |
| 329 |