fix root dir type
[melted_gui] / src / library.c
index 4452aaa..f800a69 100644 (file)
@@ -67,7 +67,7 @@ static int library_init_load(instance_t* app)
     gtk_tree_store_append(tree_store, &iter, NULL);
     gtk_tree_store_set(tree_store, &iter,
         0, app->library.icons[0],
-        1, "<dir>>",
+        1, "<dir>",
         2, "LIBRARY",
         3, NULL,
         4, NULL,