2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Add static keyword back.

This commit is contained in:
Lyrositor
2012-05-13 08:51:32 -04:00
parent 46810aa990
commit 5951a11e86

View File

@ -570,7 +570,7 @@ UInt8 pfConsoleCmd::GetSigEntry( UInt8 i )
const char *pfConsoleCmd::GetSignature( void ) const char *pfConsoleCmd::GetSignature( void )
{ {
char string[ 256 ]; static char string[ 256 ];
int i; int i;
char pStr[ 128 ]; char pStr[ 128 ];