Browse Source

fix build

Maxim Sokhatsky 11 years ago
parent
commit
8203c671e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/server/src/okey/okey_scoring.erl

+ 1 - 1
apps/server/src/okey/okey_scoring.erl

@@ -333,7 +333,7 @@ check_win([TopRow, BottomRow], Gosterge) ->
                        _ -> E
                   end || E <- FlatList],
 
-    Res = check_unordered(sets:from_list(Normalized),#{}),
+    Res = check_unordered(sets:from_list(Normalized),[]),
 
     gas:info(?MODULE,"NEW check_reveal/2 ~p",[Res]),