mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
scanner: Initialize protocol.copyright to NULL
This commit is contained in:
parent
7a291117e7
commit
eb13ae17b4
1 changed files with 1 additions and 0 deletions
|
|
@ -824,6 +824,7 @@ int main(int argc, char *argv[])
|
|||
wl_list_init(&protocol.interface_list);
|
||||
protocol.type_index = 0;
|
||||
protocol.null_run_length = 0;
|
||||
protocol.copyright = NULL;
|
||||
ctx.protocol = &protocol;
|
||||
|
||||
ctx.filename = "<stdin>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue