| 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 { |