From b34aac09cb680bae0b3df7d64ec2fb4a8cd10e69 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sat, 19 Oct 2019 16:24:55 +0200 Subject: [PATCH] remove extraneous comma --- tommath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tommath.h b/tommath.h index b82477e..29e9b20 100644 --- a/tommath.h +++ b/tommath.h @@ -123,7 +123,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 {