Skip to content

Fix formatting of xdu.c #6

Merged
merged 1 commit into from Oct 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion xdu.c
Expand Up @@ -885,7 +885,7 @@ void savepsnode(FILE * fp, struct node *nodep, struct rect rect, int showsize)
name = label;
break;
default:
name = NULL;
name = NULL;
break;
}

Expand Down