diff options
Diffstat (limited to 'admin/charsets/cp932.awk')
-rw-r--r-- | admin/charsets/cp932.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk index acba0333371..7fd3e9111f5 100644 --- a/admin/charsets/cp932.awk +++ b/admin/charsets/cp932.awk @@ -16,7 +16,7 @@ # 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/>. # Commentary: @@ -113,4 +113,3 @@ END { printf "0x%02X%02X 0x%04X # 4\n", i, j, code++; } } - |