summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-21 10:03:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-21 10:03:16 (GMT)
commit49c58637ba005d5e227e1a2665dc2f2697f8fe1b (patch)
treec73ad0ee00b7ae3eff4800e827f0d1a5db93fc74 /libtommath/tommath.h
parent4da52405ca18b3fdb2be36de65bcd834a3497259 (diff)
parentb03d00e30749162d899d9cb2fa4443ed1995d57b (diff)
downloadtcl-49c58637ba005d5e227e1a2665dc2f2697f8fe1b.zip
tcl-49c58637ba005d5e227e1a2665dc2f2697f8fe1b.tar.gz
tcl-49c58637ba005d5e227e1a2665dc2f2697f8fe1b.tar.bz2
Merge libtommath 1.2.0-rc3
Diffstat (limited to 'libtommath/tommath.h')
-rw-r--r--libtommath/tommath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath.h b/libtommath/tommath.h
index 3a9e93c..d28fea4 100644
--- a/libtommath/tommath.h
+++ b/libtommath/tommath.h
@@ -137,7 +137,7 @@ typedef enum {
MP_MEM = -2, /* out of mem */
MP_VAL = -3, /* invalid input */
MP_ITER = -4, /* maximum iterations reached */
- MP_BUF = -5, /* buffer overflow, supplied buffer too small */
+ MP_BUF = -5 /* buffer overflow, supplied buffer too small */
} mp_err;
typedef enum {
MP_LSB_FIRST = -1,