X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=tests%2Fexample-relation.c;h=a70714c12f420285a523f9233c088a0d8f89b153;hb=34a13e6c40b65d81d877bdbb4ddbff456e2d1543;hp=73b0dc0b66b94fd1c21aac82b6dcf9d2f28ab990;hpb=58de9483c458a25a691d648ce13b81227c327d03;p=rrq%2Frrqmisc.git diff --git a/tests/example-relation.c b/tests/example-relation.c index 73b0dc0..a70714c 100644 --- a/tests/example-relation.c +++ b/tests/example-relation.c @@ -53,7 +53,7 @@ typedef union { int main(int argc,char **argv) { Relation *rltn2 = Relation_create( TupleSchema_create( - 2, Tuple_create( 2, (void*) &stringitem, (void*) &stringitem ) ) ); + Tuple_create( 2, (void*) &stringitem, (void*) &stringitem ) ) ); Relation_add_constraint( rltn2, 0, 1 ); add_Relation( rltn2, "benton", "holly" ); add_Relation( rltn2, "benton", "molly");