aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 4da28ef..2bb5d70 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1909,7 +1909,7 @@ static int bn__tostring(lua_State *L) {
static const luaL_Reg bn_methods[] = {
{ "tobin", &bn_tobin },
- { NULL, NULL },
+ { NULL, NULL },
};
static const luaL_Reg bn_metatable[] = {