mirror of
https://github.com/RGBCube/color.v
synced 2025-07-31 09:57:47 +00:00
Fix diff
This commit is contained in:
parent
de5dc6dc3a
commit
5895b61733
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
18227c18227
|
||||
< term__black _t1 = 0;
|
||||
< term__black _t1 = 0;
|
||||
---
|
||||
> string (*_t1) (string) = 0;
|
||||
> string (*_t1) (string) = 0;
|
||||
18300c18300
|
||||
< term__bg_black _t1 = 0;
|
||||
< term__bg_black _t1 = 0;
|
||||
---
|
||||
> string (*_t1) (string) = 0;
|
||||
> string (*_t1) (string) = 0;
|
||||
18454c18454
|
||||
< term__reset _t2 = 0;
|
||||
< term__reset _t2 = 0;
|
||||
---
|
||||
> string (*_t2) (string) = 0;
|
||||
> string (*_t2) (string) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue