strings.c
changeset 4416 e0e9a72882d0
parent 4405 262b9ef8ab8f
child 4434 4175805666a5
--- 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);