- 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/strio.h b/strio.h
index 2a1da36..3bb05db 100644
--- a/strio.h
+++ b/strio.h
@@ -125,7 +125,7 @@
 enum {
   STRIO_HASH_NONE = 0,
   STRIO_HASH_PLAIN,
-  STRIO_HASH_TWOSIGNED,
+  STRIO_HASH_TWOSIGNED
 };
 
 #if !defined(DEBUG) || defined(__DECC)