Skip to content

Commit

Permalink
theme-node: Fix font family formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsr authored and mtwebster committed Sep 24, 2017
1 parent 721bcf7 commit c3ea238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/st/st-theme-node.c
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ font_family_from_terms (CRTerm *term,
if (term->the_operator == NO_OP)
g_string_append (family_string, " ");
else
g_string_append (family_string, ", ");
g_string_append (family_string, ",");
}
else
{
Expand Down

0 comments on commit c3ea238

Please sign in to comment.