mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[DBGHELP]
Add a missing static keyword. svn path=/trunk/; revision=63968
This commit is contained in:
parent
94c6d0ca29
commit
5e912cacd2
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ const char *wine_dbgstr_an( const char *str, int n )
|
|||
static const char hex[16] = "0123456789abcdef";
|
||||
char *dst, *res;
|
||||
size_t size;
|
||||
char buffer[256];
|
||||
static char buffer[256];
|
||||
|
||||
if (!((ULONG_PTR)str >> 16))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue