Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/irstlm
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-05 12:39:27 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-10-05 12:39:27 +0400
commite5231db5477d226c34db68a15d79b74fcde306f5 (patch)
tree10ab3ec70d7639fcd9e050f80147f3e40a5b1a57 /irstlm
parent90a71c8c9abfc252cfa8ea0a1a030ba78c4c7fe9 (diff)
minor compile error
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@856 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm')
-rw-r--r--irstlm/src/htable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irstlm/src/htable.h b/irstlm/src/htable.h
index 111340632..476d45e74 100644
--- a/irstlm/src/htable.h
+++ b/irstlm/src/htable.h
@@ -48,7 +48,7 @@ typedef enum {
STR, //!< string
STRPTR, //!< pointer to string
INT, //!< pointer to int
- INTPTR, //!< pointer to pointer to int
+ INTPTR //!< pointer to pointer to int
}HTYPE;
//! Hash Table for strings