diff options
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__) |