scanner: Silence warning
This commit is contained in:
parent
eb13ae17b4
commit
9a606bedfd
|
@ -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…
Reference in New Issue
Block a user