Skip to content

Commit

Permalink
Fix a typo in datatype99.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirrolot committed Feb 26, 2021
1 parent eb27654 commit 446b0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatype99.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static const Unit99 unit99 = '\0';
METALANG99_ifPlain( \
METALANG99_isParenthesizedPlain(variant), \
METALANG99_call(DATATYPE99_PRIV_parseVariant, METALANG99_unparenthesize(v(variant))), \
METALANG99_fatal(datatype99, variant is unparenthesized))
METALANG99_fatal(datatype99, variant is unparenthesised))

#define DATATYPE99_PRIV_parseVariant_IMPL(...) \
METALANG99_catPlain( \
Expand Down

0 comments on commit 446b0ac

Please sign in to comment.