diff options
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/nxt_python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/nxt_python.h b/src/python/nxt_python.h index 37e6265e..f5154514 100644 --- a/src/python/nxt_python.h +++ b/src/python/nxt_python.h @@ -48,7 +48,7 @@ typedef struct { typedef struct { nxt_int_t count; - nxt_python_target_t target[0]; + nxt_python_target_t target[]; } nxt_python_targets_t; |