- strio.h trio.c: Dan McNichol suggested a couple of small
  fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
Daniel
diff --git a/trio.c b/trio.c
index 84b4a2b..241d6c2 100644
--- a/trio.c
+++ b/trio.c
@@ -238,7 +238,7 @@
   /* Maximal length of locale separator strings */
   MAX_LOCALE_SEPARATOR_LENGTH = 64,
   /* Maximal number of integers in grouping */
-  MAX_LOCALE_GROUPS = 64,
+  MAX_LOCALE_GROUPS = 64
 };
 
 #define NO_GROUPING ((int)CHAR_MAX)