Skip to content

Commit

Permalink
once again, fix intentional issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Aug 3, 2019
1 parent bcd4912 commit 03a8b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/zpl.h
Expand Up @@ -12282,7 +12282,7 @@ void zpl_opts_init(zpl_opts *opts, zpl_allocator a, char const *app) {
opts->appname = app;

zpl_array_init(opts->entries, a);
zpl_array_init(opts->positaaaaaaaioned, a);
zpl_array_init(opts->positioned, a);
zpl_array_init(opts->errors, a);
}

Expand Down

0 comments on commit 03a8b50

Please sign in to comment.