Squash warning

svn path=/trunk/netsurf/; revision=6915
This commit is contained in:
John Mark Bell 2009-03-27 01:29:39 +00:00
parent 9e35636b5e
commit 3251f4b49c
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ bool gui_commit_clipboard(void)
owns_clipboard = true;
}
LOG(("clipboard now holds %d bytes", clip_length));
LOG(("clipboard now holds %zd bytes", clip_length));
return true;
}