diff options
Diffstat (limited to 'src/dosfns.h')
-rw-r--r-- | src/dosfns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosfns.h b/src/dosfns.h index 266430d71e5..2846010c222 100644 --- a/src/dosfns.h +++ b/src/dosfns.h @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #define DOS_COUNTRY_INFO 34 /* no of bytes returned by dos int 38h */ extern unsigned char dos_country_info[DOS_COUNTRY_INFO]; |