Spell ID and UID consistently all-caps
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
aa59a6aa0a
commit
a1ba346736
28 changed files with 113 additions and 113 deletions
|
@ -84,7 +84,7 @@ struct player {
|
|||
int aborted; /* command aborted? */
|
||||
int got_ctld; /* EOF cookie received? */
|
||||
int recvfail; /* #recvclient() failures */
|
||||
int curid; /* for pr, cur. line's id, -1 none */
|
||||
int curid; /* for pr, cur. line's ID, -1 none */
|
||||
char *map; /* pointer to in-mem map */
|
||||
char *bmap; /* pointer to in-mem bmap */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue