1
0
Fork 0
forked from len0rd/rockbox

Fix some more snprintf related warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25853 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-06 21:37:03 +00:00
parent 54548df56e
commit 77dfff5a55
5 changed files with 6 additions and 4 deletions

View file

@ -19,11 +19,12 @@
*
****************************************************************************/
#include <stdbool.h>
#include <stdio.h>
#include "config.h"
#include "cpu.h"
#include "system.h"
#include "string.h"
#include <stdbool.h>
#include "button.h"
#include "lcd.h"
#include "font.h"