Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
random532 authored Jul 30, 2020
1 parent bff8f04 commit 39ab12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeviews.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ char *mountpoint=NULL;
free(free_space);
}

gtk_tree_store_append(treestore1, &child, &parent); // XXX: what is this?
gtk_tree_store_append(treestore1, &child, &parent);

/* check for file system, and if it exists, check mountpoint */
pfilesystem = what_file_system(pname_capital);
Expand Down

0 comments on commit 39ab12e

Please sign in to comment.