debugbuf and debugmembuf does not have to be global
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eacbef9466
commit
80361f8881
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
#include <stdarg.h>
|
||||
#include "config.h"
|
||||
|
||||
char debugmembuf[100];
|
||||
char debugbuf[200];
|
||||
static char debugmembuf[100];
|
||||
static char debugbuf[200];
|
||||
|
||||
#ifndef SIMULATOR /* allow non archos platforms to display output */
|
||||
|
||||
|
|
Loading…
Reference in a new issue