summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h
index ca968299..38bd79f2 100644
--- a/src/nxt_application.h
+++ b/src/nxt_application.h
@@ -47,7 +47,7 @@ typedef struct {
typedef struct {
- nxt_str_t executable;
+ char *executable;
} nxt_go_app_conf_t;