diff mac/dw.m @ 2823:b1ff739d0dbc

Make dwcompat.h allow mixing of C and C++ code. GitHub issue #3. Also fix a minor whitespace issue.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 14 Aug 2022 15:36:36 +0000
parents 3731f21dd678
children 30b554c34198
line wrap: on
line diff
--- a/mac/dw.m	Thu Aug 04 19:12:19 2022 +0000
+++ b/mac/dw.m	Sun Aug 14 15:36:36 2022 +0000
@@ -12621,7 +12621,7 @@
     if(!_dw_bundle_path[0])
         getcwd(_dw_bundle_path, PATH_MAX);
 
-	/* Set the locale... if it is UTF-8 pass it
+    /* Set the locale... if it is UTF-8 pass it
      * directly, otherwise specify UTF-8 explicitly.
      */
     setlocale(LC_ALL, lang && strstr(lang, ".UTF-8") ? lang : "UTF-8");