Fix bug from stupid typo
diff --git a/library/ecp_curves.c b/library/ecp_curves.c
index 130a9a9..d3b518a 100644
--- a/library/ecp_curves.c
+++ b/library/ecp_curves.c
@@ -80,7 +80,7 @@
     BYTES_TO_T_UINT_4( a, b, 0, 0 )
 
 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \
-    BYTES_TO_T_UINT_4( a, b, c, d )                 \
+    BYTES_TO_T_UINT_4( a, b, c, d ),                \
     BYTES_TO_T_UINT_4( e, f, g, h )
 
 #else /* 64-bits */