diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-25 18:31:17 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-25 18:31:17 +0000 |
commit | 3d2f1da7c8062a4932ea29a0d37a769991764cc5 (patch) | |
tree | bdb8cd767b97d1f097973627d8a683bdea153072 /includes/cmdline.h | |
parent | 0b23bc6179b7a8e6c8664374d7d6f66fe9c9bdcb (diff) | |
download | MWCC-3d2f1da7c8062a4932ea29a0d37a769991764cc5.tar.gz MWCC-3d2f1da7c8062a4932ea29a0d37a769991764cc5.zip |
note updates
Diffstat (limited to 'includes/cmdline.h')
-rw-r--r-- | includes/cmdline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cmdline.h b/includes/cmdline.h index d25e70b..45f052e 100644 --- a/includes/cmdline.h +++ b/includes/cmdline.h @@ -216,7 +216,7 @@ enum { // "Changing primary user access path to '%s'" CLStr105 = 105, // "The linker does not expect duplicate files; ignoring repeated '%s'" - CLStr106 = 106, + CLStr106 = 106 }; #define DO_INTERNAL_ERROR(line, ...) CLInternalError(__FILE__, line, __VA_ARGS__) |