console/libgnt/gntstyle.c

changeset 15040
433e06134a7b
parent 14962
abfaa2e03ac7
child 15070
9f16d253a3c3
equal deleted inserted replaced
15039:20a0d0117a47 15040:433e06134a7b
44 44
45 bool_styles[style] = def; 45 bool_styles[style] = def;
46 return bool_styles[style]; 46 return bool_styles[style];
47 } 47 }
48 48
49 void refine(char *text) 49 static void
50 refine(char *text)
50 { 51 {
51 char *s = text, *t = text; 52 char *s = text, *t = text;
52 53
53 while (*s) 54 while (*s)
54 { 55 {

mercurial