Skip to content

Commit

Permalink
Make global variable static
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanholm committed May 16, 2017
1 parent 19a6519 commit a4f7b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/clib/luakit.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <time.h>

/* lua luakit class for signals */
lua_class_t luakit_class;
static lua_class_t luakit_class;
static GPtrArray *queued_emissions;

/* setup luakit module signals */
Expand Down

0 comments on commit a4f7b64

Please sign in to comment.