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:
Björn Stenberg 2002-05-30 19:50:20 +00:00
parent eacbef9466
commit 80361f8881
1 changed files with 2 additions and 2 deletions

View File

@ -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 */