Replace http:// with https:// where applicable

The testcases will be updated automatically in a separate commit.
This commit is contained in:
Michael Stapelberg
2017-09-24 10:19:07 +02:00
parent 9fe508b791
commit d968d39b27
50 changed files with 108 additions and 108 deletions

View File

@ -103,7 +103,7 @@ void restore_connect(void) {
/* xcb_disconnect leaks memory in libxcb versions earlier than 1.11,
* but its the right function to call. See
* http://cgit.freedesktop.org/xcb/libxcb/commit/src/xcb_conn.c?id=4dcbfd77b
* https://cgit.freedesktop.org/xcb/libxcb/commit/src/xcb_conn.c?id=4dcbfd77b
*/
xcb_disconnect(restore_conn);
free(xcb_watcher);