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
|
@ -60,7 +60,7 @@ enum nsc_type {
|
|||
NSC_FLOAT, /* float */
|
||||
NSC_STRINGY, /* char[] */
|
||||
/* aliases, must match typedefs */
|
||||
NSC_NATID = NSC_UCHAR /* nation id */
|
||||
NSC_NATID = NSC_UCHAR /* nation ID */
|
||||
};
|
||||
|
||||
/* Is TYPE a promoted value type? */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue