diff options
Diffstat (limited to 'tests/headers/layout_cmdline_token.h')
-rw-r--r-- | tests/headers/layout_cmdline_token.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/layout_cmdline_token.h b/tests/headers/layout_cmdline_token.h index 68dd53b8..da1bfc2e 100644 --- a/tests/headers/layout_cmdline_token.h +++ b/tests/headers/layout_cmdline_token.h @@ -1,4 +1,4 @@ -// bindgen-flags: --rustified-enum .* +// bindgen-flags: --rustified-enum ".*" /** * Stores a pointer to the ops struct, and the offset: the place to @@ -61,4 +61,4 @@ struct cmdline_token_num { struct cmdline_token_hdr hdr; struct cmdline_token_num_data num_data; }; -typedef struct cmdline_token_num cmdline_parse_token_num_t;
\ No newline at end of file +typedef struct cmdline_token_num cmdline_parse_token_num_t; |