commit | ff85628674c946ad427a61a245052d98e6532392 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 21 19:04:23 2011 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 22 08:40:05 2011 +0100 |
tree | c203e212a5fe5194b6c9719726c0dcd79d0f1421 | |
parent | 3c8849df5f2954944578cd2e2af31c001283dbf2 [diff] |
sandbox: Fix warnings in hashtable.c This fixes a few printf() strings for size_t which are missing the 'z' modifier. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>