Cosmetic corrections - Mac OS X

This commit is contained in:
William S Fulton 2015-08-02 20:13:40 +01:00
commit c6f8aadc64
9 changed files with 18 additions and 18 deletions

View file

@ -25,7 +25,7 @@
(if (not (try-set-locale "C.UTF-8")) ; Linux
(if (not (try-set-locale "en_US.utf8")) ; Linux
(if (not (try-set-locale "en_US.UTF-8")) ; Mac OSX
(if (not (try-set-locale "en_US.UTF-8")) ; Mac OS X
(error "Failed to set any UTF-8 locale")
)))