diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 30f09cb..cb98a67 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -114,7 +114,7 @@ typedef struct nvblock_s { var *pos; struct nvblock_s *prev; struct nvblock_s *next; - var nv[0]; + var nv[]; } nvblock; typedef struct tsplitter_s { |