summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 388f34d..1861185 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,6 +27,7 @@ int main(int argc, char **argv)
// Example data set for hand cards window
hand h = {22, 0, 12, 85, 27, 69, 78, 0, 77, 0};
+ hand_sort(h);
ui_init();
ui_display_wnd_table_cards(ts, false, 0);