about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/UCMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/UCMap.h')
-rw-r--r--WWW/Library/Implementation/UCMap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h
index 233361f1..e1a802cc 100644
--- a/WWW/Library/Implementation/UCMap.h
+++ b/WWW/Library/Implementation/UCMap.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: UCMap.h,v 1.22 2009/01/01 00:46:06 tom Exp $
+ * $LynxId: UCMap.h,v 1.23 2009/01/01 02:03:25 tom Exp $
  */
 #ifndef UCMAP_H
 #define UCMAP_H
@@ -20,7 +20,7 @@ extern "C" {
 	ucCannotConvert = -11,
 	ucCannotOutput = -12,
 	ucBufferTooSmall = -13,
-	ucUnknown = -14,
+	ucUnknown = -14
     } UCStatus;
 
     typedef long UCode_t;