summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 70e4516..18db26b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@ int main() {
if(groups == NULL) perror("could not get groups");
if(entries == NULL) perror("could not get entries");
- //tui_init(&groups, group_count, &entries, entry_count);
+ tui_init(&groups, group_count, &entries, entry_count);
return 0;
}