]> git.sur5r.net Git - i3/i3/blobdiff - src/x.c
Replace http:// with https:// where applicable
[i3/i3] / src / x.c
diff --git a/src/x.c b/src/x.c
index ee5ed2ce794fa9ca397c99d6ec3295720d87cb99..09a604931926aa4915d8e388177f849bfdbe16c5 100644 (file)
--- a/src/x.c
+++ b/src/x.c
@@ -127,7 +127,7 @@ void x_con_init(Con *con) {
     /* We explicitly set a background color and border color (even though we
      * don’t even have a border) because the X11 server requires us to when
      * using 32 bit color depths, see
-     * http://stackoverflow.com/questions/3645632 */
+     * https://stackoverflow.com/questions/3645632 */
     mask |= XCB_CW_BACK_PIXEL;
     values[0] = root_screen->black_pixel;