From 8cdd55de20b33db8aaa649d68d95072aafb60e82 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Fri, 29 Nov 2013 21:53:18 +0100 Subject: [PATCH] Forgot to add static keyword --- c_src/esqlite3_nif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_src/esqlite3_nif.c b/c_src/esqlite3_nif.c index 6ac86f4..99cf550 100644 --- a/c_src/esqlite3_nif.c +++ b/c_src/esqlite3_nif.c @@ -71,7 +71,7 @@ typedef struct { sqlite3_stmt *stmt; } esqlite_command; -ERL_NIF_TERM atom_esqlite3; +static ERL_NIF_TERM atom_esqlite3; static ERL_NIF_TERM make_atom(ErlNifEnv *env, const char *atom_name)