mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05: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
|
static void
|
||||||
format_copyright(const char *copyright)
|
format_copyright(const char *copyright)
|
||||||
{
|
{
|
||||||
int bol = 1, start, i;
|
int bol = 1, start = 0, i;
|
||||||
|
|
||||||
for (i = 0; copyright[i]; i++) {
|
for (i = 0; copyright[i]; i++) {
|
||||||
if (bol && (copyright[i] == ' ' || copyright[i] == '\t')) {
|
if (bol && (copyright[i] == ' ' || copyright[i] == '\t')) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue