diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_go.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_go.c b/src/nxt_go.c index 207b0deb..329a3cd3 100644 --- a/src/nxt_go.c +++ b/src/nxt_go.c @@ -20,6 +20,7 @@ nxt_application_module_t nxt_go_module = { nxt_string("go"), nxt_go_init, nxt_go_run, + NULL, }; |