mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
scanner: Silence warning
This commit is contained in:
parent
eb13ae17b4
commit
9a606bedfd
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ emit_structs(struct wl_list *message_list, struct interface *interface)
|
|||
static void
|
||||
format_copyright(const char *copyright)
|
||||
{
|
||||
int bol = 1, start, i;
|
||||
int bol = 1, start = 0, i;
|
||||
|
||||
for (i = 0; copyright[i]; i++) {
|
||||
if (bol && (copyright[i] == ' ' || copyright[i] == '\t')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue