diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-11 21:46:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-01-11 21:46:20 +0200 |
commit | 5816cab836fbab1fc6bba3a3f69e6ae98b13daf0 (patch) | |
tree | 8113c7cdad13dc4652d331af7558caf19bc1d350 | |
parent | 4f8254b5dd78162f7737801ec5fb380817ba548d (diff) | |
download | egawk-5816cab836fbab1fc6bba3a3f69e6ae98b13daf0.tar.gz egawk-5816cab836fbab1fc6bba3a3f69e6ae98b13daf0.tar.bz2 egawk-5816cab836fbab1fc6bba3a3f69e6ae98b13daf0.zip |
Fix UTF-8 issue in pc/ChangeLog.
-rw-r--r-- | pc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index e4b6c028..15a3e382 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -255,7 +255,7 @@ * gawkmisc.pc (usleep): Condition on MinGW runtime version older than 3.21, which defines 'usleep' as an inline function in unistd.h, and thus causes compilation errors due to conflicting - definitions. Reported by Ivan Suchý <suchy.ivan@gmail.com>. + definitions. Reported by Ivan Suchý <suchy.ivan@gmail.com>. * Makefile (mingw32, mingw32-readline, mingw32-mpfr) (mingw32-readline-mpfr): Use -Wno-deprecated-declarations, to |