Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
~% Fix error bit not being set.
Browse files Browse the repository at this point in the history
  • Loading branch information
skippyr committed Jul 29, 2023
1 parent 5cc254e commit 0623641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reveal.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <time.h>

#define program_name__ "reveal"
#define program_version__ "v9.0.1"
#define program_version__ "v9.0.2"
#define program_copyright__ "Copyright (c) Sherman Rofeman. MIT license."
#define program_support__ "https://github.com/skippyr/reveal/issues"
#define program_help__ \
Expand Down Expand Up @@ -138,6 +138,7 @@ Print_Error(const char *const description_split_0,
Parse_Null_String__(description_split_2),
suggestion ? " " : "", Parse_Null_String__(suggestion),
suggestion ? "\n" : "");
global_options |= had_error_bit__;
return;
}

Expand Down

0 comments on commit 0623641

Please sign in to comment.