diff options
author | Cameron Cawley | 2019-03-09 19:26:59 +0000 |
---|---|---|
committer | Lothar Serra Mari | 2019-03-09 21:52:14 +0100 |
commit | 09dbe7686b171a25106a0037abed608b886c9b71 (patch) | |
tree | c9af459f6c54588c2fc072b86c7d046724b19bdf /common | |
parent | 1630cf0e6c4c278bc4913ecc0ba7503c5ff8eb06 (diff) | |
download | scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.gz scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.tar.bz2 scummvm-rg350-09dbe7686b171a25106a0037abed608b886c9b71.zip |
JANITORIAL: Update all scummvm.org URLS to use https
Diffstat (limited to 'common')
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 22f67df9b1..87b478bf2d 100644 --- a/common/system.h +++ b/common/system.h @@ -887,7 +887,7 @@ public: * This method could be called very often by engines. Backends are hence * supposed to only perform any redrawing if it is necessary, and otherwise * return immediately. See - * <http://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method> + * <https://wiki.scummvm.org/index.php/HOWTO-Backends#updateScreen.28.29_method> */ virtual void updateScreen() = 0; |