Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
aremmell committed Jan 7, 2024
1 parent 5ef1ba9 commit c7a719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bal/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ typedef unsigned bal_threadret;
# include <assert.h>

# define BAL_MAXERROR 256
# define BAL_MAXERRORDETAIL 27
# define BAL_MAXERRORDETAIL 27 + 10
# define BAL_MAXERRORFMT BAL_MAXERROR + BAL_MAXERRORDETAIL
# define BAL_UNKNOWN "<unknown>"

Expand Down

0 comments on commit c7a719f

Please sign in to comment.