]> git.pond.sub.org Git - empserver/blobdiff - include/nsc.h
Spell ID and UID consistently all-caps
[empserver] / include / nsc.h
index fb5c3ae7b7ef4a75fcdb4b038ebaf8b2036205b3..91217661dfa0beb3affdf3259daf3ab2353be93f 100644 (file)
@@ -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? */