Skip to content

Commit

Permalink
Fix syntax (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Feb 4, 2023
1 parent 8405189 commit 700c7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stellar-contract-spec.x
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct SCSpecUDTUnionCaseTupleV0
enum SCSpecUDTUnionCaseV0Kind
{
SC_SPEC_UDT_UNION_CASE_VOID_V0 = 0,
SC_SPEC_UDT_UNION_CASE_TUPLE_V0 = 1,
SC_SPEC_UDT_UNION_CASE_TUPLE_V0 = 1
};

union SCSpecUDTUnionCaseV0 switch (SCSpecUDTUnionCaseV0Kind kind)
Expand Down

0 comments on commit 700c7f0

Please sign in to comment.