Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kimtg/arcadia
Browse files Browse the repository at this point in the history
  • Loading branch information
kimtg committed Apr 15, 2016
2 parents d68c602 + db20a09 commit 6653258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1962,7 +1962,7 @@ unsigned int hash_code(atom a) {
unsigned int v_uint;
double v_double;
};
unsigned int r = 0;
unsigned int r = 1;
switch (a.type) {
case T_NIL:
return 0;
Expand Down

0 comments on commit 6653258

Please sign in to comment.