strings.c
changeset 4416 442b18840569
parent 4405 07dead19636c
child 4434 a08cb4b5c179
--- a/strings.c	Sun Aug 27 10:04:02 2006 +0000
+++ b/strings.c	Sun Aug 27 10:04:33 2006 +0000
@@ -168,7 +168,7 @@
 // These 8 bits will only be set when FormatString wants to print
 // the string in a different case. No one else except FormatString
 // should set those bits, therefore string CANNOT be StringID, but uint32.
-char *GetStringWithArgs(char *buffr, uint string, const int32 *argv)
+static char *GetStringWithArgs(char *buffr, uint string, const int32 *argv)
 {
 	uint index = GB(string,  0, 11);
 	uint tab   = GB(string, 11,  5);